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
I'm quite interested in the "Ant-Maze" environments, however I didn't find it in OpenAI Gym. I'd like to use the environment as gym.Env. Is there any suggestion?
The text was updated successfully, but these errors were encountered:
You are welcome to submit a pull request to port the environment to gym. The changes required should be quite minimal, and let me know if you run into any issues.
jonashen
pushed a commit
to jonashen/rllab
that referenced
this issue
May 29, 2018
Adds a support for training against [dm_contro](https://github.com/deepmind/dm_control) environments, and an associated viewer.
dm_control doesn't support direct 3D rendering yet (only pixels), so we feed the pixels to a pygame window.
I'm quite interested in the "Ant-Maze" environments, however I didn't find it in OpenAI Gym. I'd like to use the environment as gym.Env. Is there any suggestion?
The text was updated successfully, but these errors were encountered: