python报错:raise Exception('ROM is missing for %s, see https://github.com/openai/atari-py#roms for instructions' % (game_name,)) Exception: ROM is missing for pong

python报错:




raise Exception('ROM is missing for %s, see https://github.com/openai/atari-py#roms for instructions' % (game_name,))
Exception: ROM is missing for pong, see https://github.com/openai/atari-py#roms for instructions




豆包生成AI答案(实践证明无法解决问题):

image




人工经验解决:




wget http://www.atarimania.com/roms/Roms.rar
mkdir /tmp/ROM/
unrar e /tmp/Roms.rar /tmp/ROM/
python -m atari_py.import_roms /tmp/ROM/




成功解决。




参考:

https://github.com/openai/atari-py/issues/82




posted on 2026-05-03 16:07  Angry_Panda  阅读(9)  评论(0)    收藏  举报

导航