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

Latest update of ale-py breaks the Dockerfile instructions #134

Closed
arrowkrai opened this issue May 27, 2024 · 0 comments
Closed

Latest update of ale-py breaks the Dockerfile instructions #134

arrowkrai opened this issue May 27, 2024 · 0 comments

Comments

@arrowkrai
Copy link
Contributor

arrowkrai commented May 27, 2024

I tried installing dreamerv3 following the Dockerfile instructions but I got this error:
WindowsTerminal_ou1lhkB5ca

It turns out the latest update of ale-py 0.9.0 does not have rom utils anymore.

I fixed this issue by modifying line 48 in the Dockerfile from:

RUN pip install ale_py autorom[accept-rom-license]
to
RUN pip install ale_py==0.8.1 autorom[accept-rom-license]

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

No branches or pull requests

2 participants