Lee
Results
1
comments of
Lee
pip install metadrive-simulator== 0.4.2.3 will solve the problem, but you need to modify the env_wrappers.py to let metadrive suport openai.gym, like: from metadrive.envs.gym_wrapper import createGymWrapper env = createGymWrapper(MetaDriveEnv)(config={"use_render": True}) #...