reinforcement_learning_basic_book
reinforcement_learning_basic_book copied to clipboard
机器人找金币仿真界面出不来
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 "