## Problem Robotic Env such as [SurRoL]( https://github.com/med-air/SurRoL) and [Fetch](https://robotics.farama.org/envs/fetch/) uses Dictionary Observation Space, with 1. observation 2. desired_goal 3. achieved_goal as keys. ## Query Is there a quick fix to train an agent using BC in the current release for these kinds of environments?
Problem
Robotic Env such as SurRoL and Fetch uses Dictionary Observation Space, with
as keys.
Query
Is there a quick fix to train an agent using BC in the current release for these kinds of environments?