From b9fb07e8c67703f099e67020d1088dede696f1a6 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:11:59 +0300 Subject: [PATCH] Update pusher_v5.py --- gymnasium/envs/mujoco/pusher_v5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gymnasium/envs/mujoco/pusher_v5.py b/gymnasium/envs/mujoco/pusher_v5.py index bb99c9f3e..7e55da5cc 100644 --- a/gymnasium/envs/mujoco/pusher_v5.py +++ b/gymnasium/envs/mujoco/pusher_v5.py @@ -152,7 +152,7 @@ class PusherEnv(MujocoEnv, utils.EzPickle): - Fixed `info["reward_ctrl"]` not being multiplied by the reward weight. - Added `info["reward_near"]` which is equal to the reward term `reward_near`. * v4: All MuJoCo environments now use the MuJoCo bindings in mujoco >= 2.1.3. - - Warning: This version of the environment is not compatible with `mujoco>=3.0.0`. + - Warning: This version of the environment is not compatible with `mujoco>=3.0.0` (related [GitHub issue](https://github.com/Farama-Foundation/Gymnasium/issues/950)). * v3: This environment does not have a v3 release. * v2: All continuous control environments now use mujoco-py >= 1.50. * v1: max_time_steps raised to 1000 for robot based tasks (not including pusher, which has a max_time_steps of 100). Added reward_threshold to environments.