diff --git a/mo_gymnasium/envs/mujoco/ant_v5.py b/mo_gymnasium/envs/mujoco/ant_v5.py index a84dade..0e1d1c8 100644 --- a/mo_gymnasium/envs/mujoco/ant_v5.py +++ b/mo_gymnasium/envs/mujoco/ant_v5.py @@ -22,7 +22,7 @@ class MOAntEnv(AntEnv, EzPickle): - 1: y-velocity - 2: Control cost of the action If the cost_objective flag is set to False, the reward is 2-dimensional, and the cost is added to other objectives. - A healthy reward is added to all objectives. + A healthy reward and a cost for contact forces is added to all objectives. ## Version History - v5: Now includes contact forces in the reward and observation.