traci.edge.getLaneNumber(edgeID) method is available in sumo 64-bit version but not available in sumo 32-bit version.
I introduced edgeIDsAndNumberOfLanesForExit dictionary in app.Config.py.
It maps number of lanes in the specified edges.
Number of lanes is used to determine arrivalLane and arrivalPos of vehicles in simulation randomly.
traci.edge.getLaneNumber(edgeID) method is available in sumo 64-bit version but not available in sumo 32-bit version.
I introduced edgeIDsAndNumberOfLanesForExit dictionary in app.Config.py.
It maps number of lanes in the specified edges.
Number of lanes is used to determine arrivalLane and arrivalPos of vehicles in simulation randomly.