You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
>>> import atari_py
>>> ale = atari_py.ALEInterface()
>>> ale.loadROM("pong.bin")
ROM file pong.bin not found.
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:
My C++ is a bit rusty, but looks like this might be wanting a full path? https://github.com/openai/atari-py/blob/master/atari_py/ale_interface/src/ale_interface.cpp#L124
I wasn't able to get the solution for the gym to work for just the base library.
The text was updated successfully, but these errors were encountered: