diff --git a/gymnasium_robotics/envs/robot_env.py b/gymnasium_robotics/envs/robot_env.py index 640e0f5f..a4d1a01d 100644 --- a/gymnasium_robotics/envs/robot_env.py +++ b/gymnasium_robotics/envs/robot_env.py @@ -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