openai / atari-py

A packaged and slightly-modified version of https://github.com/bbitmaster/ale_python_interface
GNU General Public License v2.0
373 stars 183 forks source link

Publish wheels for 3.8, 3.9, and arm64; remove deprecated 3.5 #79

Closed adversariel closed 3 years ago

araffin commented 3 years ago

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).

Denbergvanthijs commented 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 ./
selenecodes commented 3 years ago

For now using gym==0.18.0 and atari-py==0.2.5 seems to work.