mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-30 21:34:30 +00:00
Refactor Lunar Lander and Bipedal Walker to use Pygame (#2552)
* Refactor lunar lander to use pygame * Fix minor rendering inconsistency * Refactor bipedal walker to use pygame * Reformat with black * Remove viewer * Fix color for obstacles * Update dependencies for box2d * Optimize screen initialization
This commit is contained in:
committed by
GitHub
parent
11760cd0b0
commit
2e36cde12e
2
setup.py
2
setup.py
@@ -12,7 +12,7 @@ from version import VERSION
|
||||
extras = {
|
||||
"atari": ["ale-py~=0.7.1"],
|
||||
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
|
||||
"box2d": ["box2d-py==2.3.5", "pyglet>=1.4.0"],
|
||||
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0"],
|
||||
"classic_control": ["pyglet>=1.4.0"],
|
||||
"mujoco": ["mujoco_py>=1.50, <2.0"],
|
||||
"toy_text": ["pygame==2.1.0", "scipy>=1.4.1"],
|
||||
|
Reference in New Issue
Block a user