Closed adversariel closed 3 years ago
The following works for us as a temporary fix:
wget -O Roms.rar http://www.atarimania.com/roms/Roms.rar
unrar e Roms.rar
python -m atari_py.import_roms ./
For now using gym==0.18.0
and atari-py==0.2.5
seems to work.
it seems that this PR (or at least the accompanying release) is responsible for breaking atari-py (no ROM found when trying to create gym env).