v1.0.1: Deprecate package name (`gym_robotics`->`gymnasium_robotics`)
What's Changed
The PyPi package name for this repository will be changed in future releases and integration with Gymnasium. The new name will be gymnasium_robotics
and installation will be done with pip install gymnasium_robotics
instead of pip install gym_robotics
.
The code for gym_robotics
will be kept in the repository branch gym-robotics-legacy
Bug Fix
- Remove the warning of duplicated registration of the environment MujocoHandBlockEnv @leonasting