mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-30 01:50:19 +00:00
Fix broken URL links (#554)
This commit is contained in:
committed by
GitHub
parent
d5b2779d38
commit
a8eaff357c
@@ -244,15 +244,15 @@ def test_check_reset_options():
|
||||
[
|
||||
[
|
||||
"Error",
|
||||
"The environment must inherit from the gymnasium.Env class. See https://gymnasium.farama.org/content/environment_creation/ for more info.",
|
||||
"The environment must inherit from the gymnasium.Env class. See https://gymnasium.farama.org/tutorials/gymnasium_basics/environment_creation/ for more info.",
|
||||
],
|
||||
[
|
||||
GenericTestEnv(action_space=None),
|
||||
"The environment must specify an action space. See https://gymnasium.farama.org/content/environment_creation/ for more info.",
|
||||
"The environment must specify an action space. See https://gymnasium.farama.org/tutorials/gymnasium_basics/environment_creation/ for more info.",
|
||||
],
|
||||
[
|
||||
GenericTestEnv(observation_space=None),
|
||||
"The environment must specify an observation space. See https://gymnasium.farama.org/content/environment_creation/ for more info.",
|
||||
"The environment must specify an observation space. See https://gymnasium.farama.org/tutorials/gymnasium_basics/environment_creation/ for more info.",
|
||||
],
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user