我使用WSL2和Ubuntu20.4,使用(venv)创建一个新的虚拟环境,并使用以下命令安装OpenAI官方页面状态(https://retro.readthedocs.io/en/latest/getting_started.html)中的体操-retro:
pip3 install gym-retro
安装它时没有出错,然后运行命令(如前面提到的“入门”页面中所述)来测试它:
python3 -m retro.examples.interactive --game Airstriker-Genesis
并获得以下错误:

谁能帮帮我吗?
我还使用最简单的实现(调用retro.make("Game-name"))对其进行了测试,也得到了相同的错误。
发布于 2022-09-29 02:23:10
将健身房降级为0.25.2。在发布0.26.0时,hash_seed被删除。
请参阅:https://github.com/openai/gym/releases/tag/0.26.0
$ pip install gym==0.25.2https://stackoverflow.com/questions/73710249
复制相似问题