Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gymnasium #11

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Gymnasium #11

wants to merge 4 commits into from

Conversation

Bpoole908
Copy link

@Bpoole908 Bpoole908 commented Jul 6, 2023

I'm attempting to update the repo to use Gymnasium.

Below are some initial points for discuss:

  • I updated the setup.py file to install atari-py and roms using gymnasium.
  • I added a package version to imageio in the setup.py file. This was due to moviepy installing the latest version of imageio which would throw a ValueError: Can't write images with one color channel. Not sure if anyone else can replicate this.
  • MIT License and wrapper code within env_wrappers.py have been updated. I used SB3 as a guide for some of the wrappers when updating to new gym API. Some of the existing wrappers have updated versions (e..g, FrameStacking and LazyFrames). For now I have tried to keep everything as close to what was original coded within this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant