Closed arrowkrai closed 3 months ago
I tried installing dreamerv3 following the Dockerfile instructions but I got this error:
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]
I tried installing dreamerv3 following the Dockerfile instructions but I got this error:
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]