pip install -r requirements.txt
git clone https://github.com/cityflow-project/CityFlow.git
pip install .
python run.py
-
change --config to 'syn4x4, hz4x4, ny16x3' to navigate different datasets
-
choose -control from ['F-F','I-F','I-M','M-M','S-S-A','S-S-O', 'I-I', 'S-S-O-model_based'] to run different approaches in paper.
-
change --prefix to distinguish data storage locations
-
--debug to keep replay of cityflow simulation
-
assign --mask_pos to set the missing intersection index
this repository is only for reproduce results in the paper, later version will be released soon based on LibSignal project with compacted and flexible formation.
Paper link:https://arxiv.org/abs/2304.10722
LibSignal project: https://darl-libsignal.github.io
Upcoming tutorial session of LibSignal project: https://darl-libsignal.github.io/itsc2023.html. We would be more than happy to see you there.