Update and rerun pre-commit hooks for better code quality (#179)

This commit is contained in:
Xuehai Pan
2022-12-04 22:24:02 +08:00
committed by GitHub
parent 9157a97c80
commit 7e88559763
185 changed files with 1425 additions and 764 deletions

View File

@@ -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),