Skip to content

Commit

Permalink
Update test_mujoco_custom_env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisyeh96 authored Sep 8, 2023
1 parent ebedb34 commit 1e35963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/envs/mujoco/test_mujoco_custom_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _get_reset_info(self):
f"\x1b[33mWARN: {message}\x1b[0m"
for message in [
"A Box observation space minimum value is -infinity. This is probably too low.",
"A Box observation space maximum value is -infinity. This is probably too high.",
"A Box observation space maximum value is infinity. This is probably too high.",
"For Box action spaces, we recommend using a symmetric and normalized space (range=[-1, 1] or [0, 1]). See https://stable-baselines3.readthedocs.io/en/master/guide/rl_tips.html for more information.",
]
]
Expand Down

0 comments on commit 1e35963

Please sign in to comment.