Closed mjcortejo closed 1 year ago
Implement inside car class attribute
self.stop_time or something
self.stop_time
Also need to implement an edge's average waiting time for all cars in it.
Added a self.wait_time implemented in the Car class
self.wait_time
It increments to one if the light is red at an intersection
Implement inside car class attribute
self.stop_time
or something