DaRL-LibSignal / LibSignal

107 stars 21 forks source link

Fixed bug not enabling sumo-gui #23

Closed Red-Pheonix closed 7 months ago

Red-Pheonix commented 7 months ago

When running in SUMO simulation with gui, it does not work correctly. Currently, there is a modify_config_file that modifies the config file before runiing the simulation. However, this changes the gui setting of a sumo config(like sumo1x3) from a string "True" to a boolean True. So the check enabling sumo-gui fails. A minor modification of the gui check fixes this issue.