Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jet-sony committed Oct 30, 2024
1 parent fc7186e commit f5487a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gym_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
for message in [
"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.",
"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.",
"Human rendering should return `None`, got <class 'numpy.ndarray'>",
"RGB-array rendering should return a numpy array in which the last axis has three dimensions, got 4",
]
Expand Down

0 comments on commit f5487a5

Please sign in to comment.