Hello, I have a python code to handle Multi-agent Reinforcement Learning using SUMO<https://github.com/eclipse/sumo> as a microscopic traffic simulation. It collects data from a .sumocfg file and generate .csv file with Step, Link, Running Vehicles, Occupancy and Travel Time parameters from the simulation.
I'm trying to modify it by including a Junction parameter and aggregate and ordenate the link parameters by junction. How can I access a Junction with .getEdge()?
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
