Skip to content

Commit

Permalink
Update ant-v5 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre committed Oct 28, 2024
1 parent b653155 commit c127ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mo_gymnasium/envs/mujoco/ant_v5.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MOAntEnv(AntEnv, EzPickle):
- 1: y-velocity
- 2: Control cost of the action
If the cost_objective flag is set to False, the reward is 2-dimensional, and the cost is added to other objectives.
A healthy reward is added to all objectives.
A healthy reward and a cost for contact forces is added to all objectives.
## Version History
- v5: Now includes contact forces in the reward and observation.
Expand Down

0 comments on commit c127ae2

Please sign in to comment.