LiangZhang1996 / Advanced_XLight

Official code for "Expression is enough: Improving traffic signal control with advanced traffic state representation ".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] where can I get the data json field description?

SilenceWinter opened this issue · comments

Hi, where can I get the data json field description?

Can you describe more clearly? I cannot distinguish what you would like to acquire.

Sorry, I am tyro in TSC . Example: data in anon_4_4_hangzhou_real.json . I don't understand "road_4_0_1" "road_4_1_1" meanning . I mean each field in json , where can I find the description? Thx
{
"vehicle": {
"length": 5.0,
"width": 2.0,
"maxPosAcc": 2.0,
"maxNegAcc": 4.5,
"usualPosAcc": 2.0,
"usualNegAcc": 4.5,
"minGap": 2.5,
"maxSpeed": 11.111,
"headwayTime": 2
},
"route": [
"road_4_0_1",
"road_4_1_1",
"road_4_2_0"
],
"interval": 1.0,
"startTime": 0,
"endTime": 0
}

It seems that you should understand their named rules, please refer to https://cityflow.readthedocs.io/en/latest/roadnet.html