reinforcement_learning_basic_book icon indicating copy to clipboard operation
reinforcement_learning_basic_book copied to clipboard

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

Open xxfgrowup opened this issue 6 years ago • 0 comments

Originally posted by @zhuliquan in https://github.com/zhuliquan/reinforcement_learning_basic_book/issues/1#issuecomment-404049145 您好,我按照您第一节给的环境进行配置,运行的最后一步会出现这样的错误

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 您可以指点下吗?

xxfgrowup avatar Nov 09 '18 10:11 xxfgrowup