Skip to content

Commit

Permalink
Merge pull request #221 from timofriedl/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Kallinteris-Andreas committed Jul 12, 2024
2 parents 0a213bb + 58175c3 commit 6fc76a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gymnasium_robotics/envs/robot_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def reset(
def _mujoco_step(self, action):
"""Advance the mujoco simulation.
Override depending on the python binginds, either mujoco or mujoco_py
Override depending on the python bindings, either mujoco or mujoco_py
"""
raise NotImplementedError

Expand Down

0 comments on commit 6fc76a6

Please sign in to comment.