mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
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:
committed by
GitHub
parent
263a3419ef
commit
f6742ea808
2
setup.py
2
setup.py
@@ -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"],
|
||||
|
Reference in New Issue
Block a user