Remove AtariEnv in favour of official ALE Python package (#2348)

* Remove AtariEnv in favour of official ALE Python

* More robust frame stacking test case

* Atari documentation update
This commit is contained in:
Jesse Farebrother
2021-09-11 11:04:41 -06:00
committed by GitHub
parent 263a3419ef
commit f6742ea808
14 changed files with 50 additions and 298 deletions

View File

@@ -9,7 +9,7 @@ from version import VERSION
# Environment-specific dependencies.
extras = {
"atari": ["atari-py==0.2.6", "opencv-python>=3."],
"atari": ["ale-py~=0.7"],
"box2d": ["box2d-py==2.3.5", "pyglet>=1.4.0"],
"classic_control": ["pyglet>=1.4.0"],
"mujoco": ["mujoco_py>=1.50, <2.0"],