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

atari-py ROM configuration #87

Open
rossbar opened this issue Jun 17, 2021 · 3 comments
Open

atari-py ROM configuration #87

rossbar opened this issue Jun 17, 2021 · 3 comments
Labels
sprint Issue fits the time-frame and setting of a sprint

Comments

@rossbar
Copy link
Collaborator

rossbar commented Jun 17, 2021

The latest atari-py wheels break the pong tutorial with an exception about needing to install/configure appropriate ROMS. This is a known issue: open-ai/atari-py#79. Proposed workaround is to use an older version of atari-py==0.2.5 as suggested here, but this requires local building of the wheels, which is at the core of #69.

In the long run, it would be great if we could switch to using the newer atari-py wheels and figure out the minimal ROM configuration to get the example working sustainably again.

@rossbar rossbar added the sprint Issue fits the time-frame and setting of a sprint label Jun 17, 2021
@Mukulikaa
Copy link
Contributor

Since atari-py has been deprecated, we'll have to switch to Arcade Learning Environment. I think we'll have to import the ROM separately; it won't be available through ale-py.

@melissawm
Copy link
Member

I did some reading on this and it doesn't seem so trivial, so for now I'm proposing just pinning gym==0.19 (which fixes CI) and leaving this issue open so we can fix this properly in the future.

@melissawm
Copy link
Member

Once we fix this, we can enable windows-based CI workflows - see #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprint Issue fits the time-frame and setting of a sprint
Projects
None yet
Development

No branches or pull requests

3 participants