danijar / dreamerv3

Mastering Diverse Domains through World Models
https://danijar.com/dreamerv3
MIT License
1.36k stars 229 forks source link

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

Closed arrowkrai closed 3 months ago

arrowkrai commented 5 months ago

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]