mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-22 07:02:19 +00:00
Rename to gymnasium
This commit is contained in:
@@ -92,7 +92,8 @@ def test_flatten_space(space):
|
||||
assert edge_single_dim == edge_flatdim
|
||||
else:
|
||||
assert isinstance(
|
||||
space, (gymnasium.spaces.Tuple, gymnasium.spaces.Dict, gymnasium.spaces.Sequence)
|
||||
space,
|
||||
(gymnasium.spaces.Tuple, gymnasium.spaces.Dict, gymnasium.spaces.Sequence),
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user