import gym env = gym.make(id='CarRacing-v0')
报错, 没有安装box2d模块
AttributeError: module 'gym.envs.box2d' has no attribute 'CarRacing'
conda install swig
pip install box2d-py