openai / universe

Universe: a software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications.
https://universe.openai.com
MIT License
7.47k stars 959 forks source link

Running --> import universe results in the following #232

Closed shubhamkumar13 closed 6 years ago

shubhamkumar13 commented 6 years ago

`ModuleNotFoundError Traceback (most recent call last)

in () ----> 1 import universe ~/universe/universe/__init__.py in () 18 from gym.envs.registration import register 19 ---> 20 import universe.scoreboard 21 import universe.configuration 22 from universe import error, envs ~/universe/universe/scoreboard/__init__.py in () ----> 1 from gym.benchmarks import scoring 2 from gym.benchmarks import register_benchmark 3 4 register_benchmark( 5 id='Atari7VNC-v0', ModuleNotFoundError: No module named 'gym.benchmarks' `
twerkmeister commented 6 years ago

see #228