cityflow-project / CityFlow

A Multi-Agent Reinforcement Learning Environment for Large Scale City Traffic Scenario
https://cityflow-project.github.io
Apache License 2.0
784 stars 171 forks source link

How to choose a lane when there are multiple lanes in a road? #167

Closed WaterFountain-Jack closed 1 year ago

WaterFountain-Jack commented 1 year ago

Hi, I found that the roadLinks in the roadnet file and the route in the flow file are in road units, but when the statistics are available, the lane information is available. So I would like to ask how the vehicle selects the lane when it turns left, forward and right in this simulation environment for a lane with multiple lanes (say 5 lanes). Thank you very much.