CityBrainChallenge / KDDCup2021-CityBrainChallenge-starter-kit

75 stars 40 forks source link

The rules for the release of vehicles at intersections without traffic lights #39

Open ToTDream opened 3 years ago

ToTDream commented 3 years ago

Hi~I wonder how the vehicles move at intersections without traffic lights?

Kanstarry9T commented 3 years ago

For unsignalized intersection, the crossing intersection behavior follows First-in-first-out (FIFO) principle.

ToTDream commented 3 years ago

Thank you for the prompt reply.

ToTDream commented 3 years ago

Sorry~ Does this mean that vehicles that arrive at the intersection first get out of the intersection first? Even if these cars are not in the same lane and may collide?