cityflow-project / CityFlow

A Multi-Agent Reinforcement Learning Environment for Large Scale City Traffic Scenario
https://cityflow-project.github.io
Apache License 2.0
784 stars 171 forks source link

There may be issues with the 'lane change' function in the cityflow environment #171

Closed WaterFountain-Jack closed 11 months ago

WaterFountain-Jack commented 1 year ago

While testing the Manhattan dataset (from mplight), I found that when I turned on the laneChange function, there was a probability that the program would encounter a segment error and stop running automatically, where the likelihood of this occurring when the setup signals were more frequent was higher. But turning it off solves the problem. The specific code can be referred to as follows: https://github.com/WaterFountain-Jack/cityflowProblem