Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas committed Jun 3, 2024
1 parent 52c10dd commit 3454fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gymnasium_robotics/envs/maze/ant_maze_v5.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class AntMazeEnv(MazeEnv, EzPickle):
```
### Version History
- v5: Is now based on `Gymansium/MuJoCoAnt-v5/`, and inherits all features from it such as the `xml_file` argument for the loading of third party environments.
- v5: Is now based on `Gymansium/MuJoCoAnt-v5/`, and inherits all features from it such as the `xml_file` argument for the loading of third party model.
- v4: Refactor compute_terminated in MazeEnv into a pure function compute_terminated and a new function update_goal which resets the goal position. Ant bug fix: Reward is now computed before reset (i.e. sparse reward is not always zero). Maze bug fix: Ant can no longer reset within the goal radius 0.45 due to maze_size_scaling factor missing in MazeEnv. info['success'] key added.
- v3: refactor version of the D4RL environment, also create dependency on newest [mujoco python bindings](https://mujoco.readthedocs.io/en/latest/python.html) maintained by the MuJoCo team in Deepmind.
- v2 & v1: legacy versions in the [D4RL](https://github.com/Farama-Foundation/D4RL).
Expand Down

0 comments on commit 3454fa5

Please sign in to comment.