Skip to content

Commit

Permalink
Mujoco/Hooper doc minor typo fix (openai#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Jan 8, 2023
1 parent 3599bf1 commit 8d431cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gymnasium/envs/mujoco/hopper_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class HopperEnv(MujocoEnv, utils.EzPickle):
|-----|------------------------------------|-------------|-------------|----------------------------------|-------|--------------|
| 0 | Torque applied on the thigh rotor | -1 | 1 | thigh_joint | hinge | torque (N m) |
| 1 | Torque applied on the leg rotor | -1 | 1 | leg_joint | hinge | torque (N m) |
| 3 | Torque applied on the foot rotor | -1 | 1 | foot_joint | hinge | torque (N m) |
| 2 | Torque applied on the foot rotor | -1 | 1 | foot_joint | hinge | torque (N m) |
## Observation Space
Expand Down

0 comments on commit 8d431cd

Please sign in to comment.