laboroai/border

Use Atari-ROM for testing in Github action

Opened this issue · 1 comments

Got the error like this:

File "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/atari_py/games.py", line 20, in get_game_path
509
    raise Exception('ROM is missing for %s, see https://github.com/openai/atari-py#roms for instructions' % (game_name,))
510
Exception: ROM is missing for pong, see https://github.com/openai/atari-py#roms for instructions

Seems that manual install of the ROM is required in ci.yml.