mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-22 07:02:19 +00:00
Update URL links and Space documentation summaries (#18)
This commit is contained in:
@@ -244,15 +244,15 @@ def test_check_reset_options():
|
||||
[
|
||||
[
|
||||
"Error",
|
||||
"The environment must inherit from the gymnasium.Env class. See https://www.gymlibrary.dev/content/environment_creation/ for more info.",
|
||||
"The environment must inherit from the gymnasium.Env class. See https://gymnasium.farama.org/content/environment_creation/ for more info.",
|
||||
],
|
||||
[
|
||||
GenericTestEnv(action_space=None),
|
||||
"The environment must specify an action space. See https://www.gymlibrary.dev/content/environment_creation/ for more info.",
|
||||
"The environment must specify an action space. See https://gymnasium.farama.org/content/environment_creation/ for more info.",
|
||||
],
|
||||
[
|
||||
GenericTestEnv(observation_space=None),
|
||||
"The environment must specify an observation space. See https://www.gymlibrary.dev/content/environment_creation/ for more info.",
|
||||
"The environment must specify an observation space. See https://gymnasium.farama.org/content/environment_creation/ for more info.",
|
||||
],
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user