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

@@ -6,6 +6,7 @@ import gymnasium as gym
from gymnasium.experimental.wrappers import LambdaObservationV0
from gymnasium.spaces import Box
NUM_ENVS = 3
BOX_SPACE = Box(-5, 5, (1,), dtype=np.float64)