From 58175c3a90928c43eee8b630415bf85bb5f4796e Mon Sep 17 00:00:00 2001 From: Timo Friedl Date: Fri, 12 Jul 2024 14:38:32 +0200 Subject: [PATCH] Fixed typo --- gymnasium_robotics/envs/robot_env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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