CityBrainChallenge / KDDCup2021-CityBrainChallenge-starter-kit

75 stars 40 forks source link

ValueError: Node id is not unique #35

Closed wht0948 closed 3 years ago

wht0948 commented 3 years ago

when i change the ./cfg/simulator.cfg to

road_file_addr : ./data/roadnet_round2.txt

vehicle_file_addr : ./data/flow_round2.txt

road_file_addr : ./data/flow_1x1.txt vehicle_file_addr : ./data/roadnet_1x1.txt

and run evaluate, gym.make will get ValueError: Node id is not unique

if i use round2.txt, everything is ok. i don't change the 1x1.txt, what should I do? Thanks