Skip to content

0.7.0: Full Gym Support

Compare
Choose a tag to compare
@Trinkle23897 Trinkle23897 released this 29 Dec 21:19
· 25 commits to main since this release
76e1c86

Finally, all environments in gym are in EnvPool! You can fully deprecate Box2D / box2d-py / mujoco_py pypi package.

New Environment

  1. CarRacing-v2 (#199, @Alicia1529)

Enhancement

  1. Add use_fire_reset option in atari env (#223, @Trinkle23897)
  2. Add back contact force in humanoid-v3 (#224, @Trinkle23897)
  3. Integrating Gymnasium (#222, @Markus28)
  4. Infra improvement, using ubuntu 22.04 + python 3.10 for unit test, adding python 3.11 wheel release (#228, @Trinkle23897)
  5. Upgrade dependency and fix clang-tidy error (#229, @Trinkle23897)