Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Controlling Vehicle Count and Distribution in randomTrips.py

 I am using the randomTrips.py script to generate routes for training a deep learning model. I would like to specify both the number of vehicles and the maximum number of simulation steps. While I know how to set the maximum number of steps, I want to ensure that exactly 200 vehicles are distributed evenly throughout the simulation.

Is there a way to achieve this? Additionally, I am using the --validate option to discard invalid routes.

Thank you for your help.

Back to the top