rll / rllab

rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
Other
2.89k stars 803 forks source link

Port "Ant-Maze" environment to OpenAI Gym #48

Open peterzcc opened 7 years ago

peterzcc commented 7 years ago

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?

dementrock commented 7 years ago

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.