Closed XiaomuWang closed 1 year ago
Both the trafficgen code and the metadrive code are the latest pulled. trafficgen metadrive
The initial debug is because the metadrive type does not match
I want to know which version or branch to use metadrive?
I have used the waymo branch and the 0.3.0.1 branch to run python run_metadrive.py --dataset /workspace/datasets/generated_1385_training/validation/,
and the following error message will be reported. Is it possible to specify the branch of the metadrive?
_ModuleNotFoundError: No module named 'metadrive.scenario.scenariodescription'
when I used the main branch to run it . and the following error message will be reported
KeyError: "'{'replay'}' does not exist in existing config.
Thanks for the response. This error is due to the scenarioNet development, which will be fixed soon. Before that you can remove the --save_metadrive flag.
When I run
python generate.py --gif --save_metadrive
, I get the following error