From 81bed6a33b485ba2f0bd84589cb1685014e8a5cc Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:07:32 +0300 Subject: [PATCH] Update pusher_v5.py --- gymnasium/envs/mujoco/pusher_v5.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gymnasium/envs/mujoco/pusher_v5.py b/gymnasium/envs/mujoco/pusher_v5.py index d15707de8..bb99c9f3e 100644 --- a/gymnasium/envs/mujoco/pusher_v5.py +++ b/gymnasium/envs/mujoco/pusher_v5.py @@ -152,6 +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`. * 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.