Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error running atari script #12

Open
Rudy167 opened this issue Sep 11, 2018 · 1 comment
Open

error running atari script #12

Rudy167 opened this issue Sep 11, 2018 · 1 comment

Comments

@Rudy167
Copy link

Rudy167 commented Sep 11, 2018

File "atari.py", line 63, in
env = Environment(args)
File "/home/amit/Desktop/siraj_projects/game_bot/Game-AI-master/environment.py", line 7, in init
self.gym = gym.make(params.game)
File "/home/amit/.local/lib/python2.7/site-packages/gym/envs/registration.py", line 167, in make
return registry.make(id)
File "/home/amit/.local/lib/python2.7/site-packages/gym/envs/registration.py", line 119, in make
env = spec.make()
File "/home/amit/.local/lib/python2.7/site-packages/gym/envs/registration.py", line 85, in make
cls = load(self._entry_point)
File "/home/amit/.local/lib/python2.7/site-packages/gym/envs/registration.py", line 14, in load
result = entry_point.load(False)
File "/home/amit/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 2325, in load
return self.resolve()
File "/home/amit/.local/lib/python2.7/site-packages/pkg_resources/init.py", line 2331, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/home/amit/.local/lib/python2.7/site-packages/gym/envs/atari/init.py", line 1, in
from gym.envs.atari.atari_env import AtariEnv
File "/home/amit/.local/lib/python2.7/site-packages/gym/envs/atari/atari_env.py", line 11, in
raise error.DependencyNotInstalled("{}. (HINT: you can install Atari dependencies by running 'pip install gym[atari]'.)".format(e))
``

i am getting this error message after executing atari.py script, please help!
`

@hanomaly
Copy link

hanomaly commented Feb 1, 2019

I had this error, found that this works to install Atari on windows: https://stackoverflow.com/questions/42605769/openai-gym-atari-on-windows/46739299

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants