Updated gymnasium to be equivalent to gym v26.2 (#36)

This commit is contained in:
Mark Towers
2022-10-05 17:53:45 +01:00
committed by GitHub
parent dc60cdc4af
commit f6489c38b3
21 changed files with 190 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ extras = {
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
"classic_control": ["pygame==2.1.0"],
"mujoco_py": ["mujoco_py<2.2,>=2.1"],
"mujoco": ["mujoco==2.2.0", "imageio>=2.14.1"],
"mujoco": ["mujoco==2.2", "imageio>=2.14.1"],
"toy_text": ["pygame==2.1.0"],
"other": ["lz4>=3.1.0", "opencv-python>=3.0", "matplotlib>=3.0", "moviepy>=1.0.0"],
}