atari-py icon indicating copy to clipboard operation
atari-py copied to clipboard

A packaged and slightly-modified version of https://github.com/bbitmaster/ale_python_interface

Results 11 atari-py issues
Sort by recently updated
recently updated
newest added

I can't find any license information for the Atari ROMs shipped in this repository. Is there any information that could clarify this? Thanks!

It's a tiny library that automatically installs ROMs for this package (as well as ALE-Py) per the documentation, so people don't have to go fiddling around.

I followed the directions in the readme for downloading, unrarring/unzipping, and loading the rom files. I can see them in `.local/lib/python3.8/site-packages/atari_py/atari_roms`. However, ale.loadROM() is unable to find the ROM file:...

In python3.6, we do the all steps, but anything happend. we still can not uesed it. python3 -m atari_py.import_roms /git/ROSMS no any error but run env = gym.make('Pong-v0') still get...

Changed atari_py's CMakeLists.txt to add fPIC in a CMake style so as to be fully portable and link with a pre installed ZLIB (i.e. not needed to be in src)....

File "/home/yda/anaconda3/envs/pytorch/lib/python3.7/zipfile.py", line 704, in seek if self.writing(): AttributeError: '_SharedFile' object has no attribute 'writing'

MD5s for ROMs differ from https://github.com/mgbellemare/Arcade-Learning-Environment/blob/master/md5.txt on some games (when importing via gym[atari]. Is this intentional? I can provide a list of non-matching MD5s if that helps.

- also bump version to 0.2.9 - no substantive changes, but pypi does not allow re-releasing old versions

I am trying to run the Tetris game using the atari_py library, but I am receiving an error message that says "ERROR: Supercharger load is missing from ROM image". I...