Skip to content

Commit

Permalink
Update slide.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored May 29, 2024
1 parent 5f6c5e2 commit 7ab8f63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gymnasium_robotics/envs/fetch/slide.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ class MujocoFetchSlideEnv(MujocoFetchEnv, EzPickle):
```
## Version History
* v3: Fixed bug: Environments did not yield reproducible results if the same instance was reset with seeding after several steps. MuJoCo environments now properly reset their state (related [GitHub issue](https://github.com/Farama-Foundation/Gymnasium-Robotics/issues/207)).
* v3: Fixed bug: `env.reset()` not properly resetting the internal state. Fetch environments now properly reset their state (related [GitHub issue](https://github.com/Farama-Foundation/Gymnasium-Robotics/issues/207)).
* v2: the environment depends on the newest [mujoco python bindings](https://mujoco.readthedocs.io/en/latest/python.html) maintained by the MuJoCo team in Deepmind.
* v1: the environment depends on `mujoco_py` which is no longer maintained.
"""
Expand Down

0 comments on commit 7ab8f63

Please sign in to comment.