1
0
mirror of https://github.com/Ahp06/SUMO_Emissions.git synced 2024-11-21 19:16:30 +00:00

Added config.json file

This commit is contained in:
Ahp06 2018-12-09 20:30:09 +01:00
parent a204691519
commit cf163fb567

22
sumo_project/config.json Normal file
View File

@ -0,0 +1,22 @@
{
"_SUMOCMD": "sumo",
"_SUMOCFG": "mulhouse_simulation/osm.sumocfg",
"areas_number": 10,
"emissions_threshold": 500000,
"n_steps": 200,
"window_size":100,
"without_actions_mode": false,
"limit_speed_mode": true,
"speed_rf": 0.1,
"adjust_traffic_light_mode": true,
"trafficLights_duration_rf": 0.2,
"weight_routing_mode": false,
"lock_area_mode": false
}