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答案(实践证明无法解决问题):

人工经验解决:
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
本博客是博主个人学习时的一些记录,不保证是为原创,个别文章加入了转载的源地址,还有个别文章是汇总网上多份资料所成,在这之中也必有疏漏未加标注处,如有侵权请与博主联系。
如果未特殊标注则为原创,遵循 CC 4.0 BY-SA 版权协议。
posted on 2026-05-03 16:07 Angry_Panda 阅读(9) 评论(0) 收藏 举报
浙公网安备 33010602011771号