sumo-rl
sumo-rl copied to clipboard
Design a restriction so that one phase can only occur immediately after a specified phase.
Dear LucasAlegre,
I would like to ask you a question.
How can I adjust the code so that certain specific phases must occur after particular phases? For example, green phase 3 can only appear after green phase 2. Do you have any suggestions? Should I use conditional statements to dynamically modify the action space, or should I add a significant penalty when the agent selects an incorrect phase combination?
This scene is set up to add a dedicated turning phase in the two-stage model.
Thanks.