Legacy robotics environments from Gym repo
Project description
Gym-Robotics
Details and documentation on these robotics environments are available in OpenAI's blog post and the accompanying technical report.
Requirements:
- Python 3.7 to 3.10
- Gym v0.26
- NumPy 1.18+
- Mujoco 2.2.2
If you use these environments, please cite the following paper:
@misc{1802.09464,
Author = {Matthias Plappert and Marcin Andrychowicz and Alex Ray and Bob McGrew and Bowen Baker and Glenn Powell and Jonas Schneider and Josh Tobin and Maciek Chociej and Peter Welinder and Vikash Kumar and Wojciech Zaremba},
Title = {Multi-Goal Reinforcement Learning: Challenging Robotics Environments and Request for Research},
Year = {2018},
Eprint = {arXiv:1802.09464},
}
New MuJoCo Python Bindings
The latest version and future versions of the MuJoCo environments will no longer depend on mujoco-py
. Instead the new mujoco python bindings will be the required dependency for future gym MuJoCo environment versions. Old gym MuJoCo environment versions that depend on mujoco-py
will still be kept but unmaintained.
Dependencies for old MuJoCo environments can still be installed by pip install gym_robotics[mujoco_py]
.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.