Closed ThisIsIsaac closed 5 years ago
Yes, we have used presslight & max pressure methods, and actually they perform well. The DQN outperforms other RLs for the single intersection scenario.
You can see the code in /SingleAgent/Perfect. It is actually based on rules.
oh, I assume presslight is when the person in a crosswalk presses a button, and max pressure uses rule-based methods and sees the number of cars on each lane to make judgement.
There isn't a method where they take nothing as input, and only cycles through the phases?
I do not understand your question since the count of cars on each phase is already an input of MaxPressure
Do you have any rule-based non-RL simultions that you used to gauge the performance of RL agents against?