reinforcelearning
FulChou
SYSUer
展开
-
Exception: ROM is missing for ms_pacman, see https://github.com/openai/atari-py#roms for instruction
Exception: ROM is missing for ms_pacman, see https://github.com/openai/atari-py#roms for instructions问题就是你没有装 ROM如何装呢?首先从它的官网下载到自己的电脑上然后压缩包解压放到自己的项目文件夹下,取名Roms执行命令 python -m atari_py.import_roms Roms...原创 2021-08-10 21:59:41 · 2022 阅读 · 0 评论 -
AttributeError: module ‘gym.envs.box2d‘ has no attribute ‘LunarLander‘
问题存在于你少安装了 pybox2d的包:解决办法:conda install swig # needed to build Box2D in the pip installpip install box2d-py # a repackaged version of pybox2d参考链接原创 2021-08-10 21:58:16 · 711 阅读 · 0 评论