mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-22 07:02:19 +00:00
Update and rerun pre-commit
hooks for better code quality (#179)
This commit is contained in:
@@ -8,6 +8,7 @@ from gymnasium.spaces import Box, Dict, MultiDiscrete, Space, Tuple
|
||||
from gymnasium.vector.utils.spaces import batch_space, iterate
|
||||
from tests.vector.utils import CustomSpace, assert_rng_equal, custom_spaces, spaces
|
||||
|
||||
|
||||
expected_batch_spaces_4 = [
|
||||
Box(low=-1.0, high=1.0, shape=(4,), dtype=np.float64),
|
||||
Box(low=0.0, high=10.0, shape=(4, 1), dtype=np.float64),
|
||||
|
Reference in New Issue
Block a user