metadriverse / metadrive

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

Barriers/small dots on the map... what are they and how do I turn them off? #726

Closed tiagorochag closed 3 weeks ago

tiagorochag commented 1 month ago

Hello all,

Does anyone know how to remove or change the parameter of those red dots that force vehicles to merge in the lane?

What map_config or other config parameter should we adjust in the env?

Thanks in advance,

meta_drive_dots

QuanyiLi commented 3 weeks ago

These are traffic cones. Set accident_prob=0 to turn off the generation for them

tiagorochag commented 3 weeks ago

Thanks for your answer !