Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timofriedl authored Jul 12, 2024
1 parent 0a213bb commit 58175c3
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 58175c3

Please sign in to comment.