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

机器人找金币仿真界面出不来 #2

Open
xxfgrowup opened this issue Nov 9, 2018 · 0 comments
Open

机器人找金币仿真界面出不来 #2

xxfgrowup opened this issue Nov 9, 2018 · 0 comments

Comments

@xxfgrowup
Copy link

Originally posted by @zhuliquan in #1 (comment)
您好,我按照您第一节给的环境进行配置,运行的最后一步会出现这样的错误

import gym
env = gym.make('GridGame-v0')
Traceback (most recent call last):
File "/home/xxf/gym/gym/envs/registration.py", line 143, in spec
return self.env_specs[id]
KeyError: 'GridGame-v0'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "", line 1, in
File "/home/xxf/gym/gym/envs/registration.py", line 167, in make
return registry.make(id)
File "/home/xxf/gym/gym/envs/registration.py", line 118, in make
spec = self.spec(id)
File "/home/xxf/gym/gym/envs/registration.py", line 153, in spec
raise error.UnregisteredEnv('No registered env with id: {}'.format(id))
gym.error.UnregisteredEnv: No registered env with id: GridGame-v0
您可以指点下吗?

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

1 participant