You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be changed to a heapq to allow sorting. When it is, the below code should be changed.
The below code also assumes only one intersection - which is not generalizable.
Streets currently store intersections as a list:
ai-traffic-control/sim/street.py
Line 14 in bd606c6
This should be changed to a heapq to allow sorting. When it is, the below code should be changed.
The below code also assumes only one intersection - which is not generalizable.
ai-traffic-control/sim/world.py
Line 28 in bd606c6
ai-traffic-control/sim/car.py
Line 96 in bd606c6
The text was updated successfully, but these errors were encountered: