Αλέξανδρος Κουτρούτσιος

Results 5 comments of Αλέξανδρος Κουτρούτσιος

self.k.simulation.check_collision() uses one of the two functions you need: the number of collisions. The other one you can find here: http://sumo.sourceforge.net/pydoc/traci._simulation.html you need to reference the kernel api to use...

The file that produces the error is /envs/base.py which is unchanged from source and doesn't use logging.error(). The error message is raised after FatalFlowError which is displayed in the screenshot....

Also as I mentioned above the issue of running an experiment (in any of the existing source examples) with a number of runs >1 results to termination. Is that not...

(flow) alex@alex-Lenovo-Y50-70:~/flow$ python test_main.py Loading configuration... done. Success. Loading configuration... done. /home/alex/flow/flow/core/kernel/vehicle/traci.py:936: UserWarning: API change now handles duration as floating point seconds veh_id, int(target_lane), 100000) Traceback (most recent call last):...

(flow) alex@alex-Lenovo-Y50-70:~/flow/examples/sumo$ python sugiyama.py Loading configuration... done. Success. Loading configuration... done. Round 0, return: 380.50609821938536 Traceback (most recent call last): File "/home/alex/flow/flow/envs/base.py", line 487, in reset speed=speed) File "/home/alex/flow/flow/core/kernel/vehicle/traci.py", line...