Skip to content

Commit

Permalink
Small fix docstring Walker2d
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre committed Oct 28, 2024
1 parent 4d05d82 commit 39bff75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mo_gymnasium/envs/mujoco/walker2d_v5.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MOWalker2dEnv(Walker2dEnv, EzPickle):
- 0: Reward for running forward (x-velocity)
- 1: Control cost of the action
# Version History
## Version History
- See https://gymnasium.farama.org/main/environments/mujoco/walker2d/#version-history
"""

Expand Down

0 comments on commit 39bff75

Please sign in to comment.