Attribute Error: module 'gym' has no attribute 'make' · Issue ...
github.com › openai › gymMar 16, 2017 · Attribute Error: module 'gym' has no attribute 'make' #535 Closed danwong opened this issue on Mar 16, 2017 · 9 comments danwong commented on Mar 16, 2017 • edited `import gym import universe # register the universe environments env = gym.make ('flashgames.DuskDrive-v0') env.configure (remotes=1) # automatically creates a local docker container