From cf163fb567f67214b1ec0f7dcf8afb2694cdcd32 Mon Sep 17 00:00:00 2001 From: Ahp06 Date: Sun, 9 Dec 2018 20:30:09 +0100 Subject: [PATCH] Added config.json file --- sumo_project/config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sumo_project/config.json diff --git a/sumo_project/config.json b/sumo_project/config.json new file mode 100644 index 0000000..ffd59bc --- /dev/null +++ b/sumo_project/config.json @@ -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 + +} \ No newline at end of file