Skip to content

v1.0.1: Deprecate package name (`gym_robotics`->`gymnasium_robotics`)

Compare
Choose a tag to compare
@rodrigodelazcano rodrigodelazcano released this 03 Oct 06:56
· 264 commits to main since this release
b5b651c

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