You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.
There is some gym environment using
gym.spaces.Dict
.For example, hand manipulation environment's observation_space has three property, desired_goal, achieved_goal, and observation.
https://github.com/openai/gym/blob/master/gym/envs/robotics/hand/manipulate.py#L262-L271
https://github.com/openai/gym/blob/master/gym/envs/robotics/hand/manipulate_touch_sensors.py#L60-L64
It seems that in current epi_sampler implementation
gym.spaces.Dict
not supported.The text was updated successfully, but these errors were encountered: