AttributeError: module ‘gym.envs.box2d’ has no attribute ‘CarRacing’
在使用OpenAI gym功能时,CarRacing一直安装不好
查了很多攻略重新安装gym和bod2d-py都没用
但是查看gym内部文件是存在CarRacing的
因此,尝试直接运行CarRacing,发现pyglet包没安装导致无法运行
安装pyglet
pip install pyglet
随后可以正常运行,也不再出现报错。
故 AttributeError: module ‘gym.envs.box2d’ has no attribute ‘CarRacing’ 报错的原因不一定是这个没有安装好,可能是其他附属的文件安装有问题,但是报错不能及时提醒,可以打开具体文件进行查看