如何访问openAI宇宙

时间:2018-09-23 03:53:27

标签: python openai-gym

我已经完成了openAI安装页面(https://mc.ai/getting-started-with-openai-gym/)的所有步骤,但是,我找不到进入Universe的方法。我浏览了目录并找到了Universe文件夹,但我不了解数据的组织结构需要什么样。换句话说,Universe文件夹应位于的位置。我在这里已经四个小时没有运气了。如何访问宇宙?

import gym
import universe

env = gym.make('flashgames.DuskDrive-v0')
env.configure(remotes=1)

代码返回:

ModuleNotFoundError:没有名为“宇宙”的模块

1 个答案:

答案 0 :(得分:0)

您是否遵循了所有说明?

git clone https://github.com/openai/universe.git cd universe pip install -e .

如果是https://github.com/openai/universe,请再次查看,注意https://github.com/openai/retro已弃用Universe。