def Observation(self): obs = self.env.observations() img = obs["RGB_INTERLACED"] img = cv2.cvtColor(img, cv2.COLOR_RGB2BGR) return img