metadriverse / metadrive

MetaDrive: Open-source driving simulator
https://metadriverse.github.io/metadrive/
Apache License 2.0
671 stars 100 forks source link

Loading scenarios pickle in metadrive #714

Closed Sterley closed 3 weeks ago

Sterley commented 1 month ago

Hi guys, When I tried to load scenarios using this scenarios pickle files : https://github.com/metadriverse/trafficgen/blob/main/trafficgen/dataset/README.md using this version of metadrive at this commit : b58863f13354fb055663f09b21e110017ddc22ae and using this script : https://github.com/metadriverse/trafficgen/blob/main/trafficgen/run_metadrive.py

I have this type of error in the screenshot, I cant really understand the source of this error. Please help me ! Thank you !

Screenshot from 2024-05-06 15-11-06 Screenshot from 2024-05-06 15-11-27

QuanyiLi commented 3 weeks ago

The connecting between MetaDrive and trafficGen was a bit buggy after the update of MetaDrive. I am not sure whether this PR addresses this problem: https://github.com/metadriverse/trafficgen/pull/48

Sterley commented 3 weeks ago

Thank you