self.cam_resolution = cfg.env.cam_resolution if not hasattr(self, 'cam_resolution') else self.cam_resolution self.cam_channel = cfg.env.cam_channel if not hasattr ...