You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: gymnasium/vector/sync_vector_env.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ def __init__(
75
75
observation_mode: Defines how environment observation spaces should be batched. 'same' defines that there should be ``n`` copies of identical spaces.
76
76
'different' defines that there can be multiple observation spaces with the same length but different high/low values batched together. Passing a ``Space`` object
77
77
allows the user to set some custom observation space mode not covered by 'same' or 'different.'
78
-
autoreset_mode: The Autoreset Mode used, see todo for more details.
78
+
autoreset_mode: The Autoreset Mode used, see https://farama.org/Vector-Autoreset-Mode for more information.
79
79
80
80
Raises:
81
81
RuntimeError: If the observation space of some sub-environment does not match observation_space
0 commit comments