baimengwei / Traffic-Flow-Test-Platform

Traffic flow test platform, especially for reinforcement learning
MIT License
4 stars 0 forks source link

SUMO traffic maps #1

Open thoithoi58 opened 2 years ago

thoithoi58 commented 2 years ago

Hi, I'm currently looking for SUMO maps to benchmark my algorithm and I found your repo, which is awesome. But I have a question, why all the map in SUMO folder is exactly the same, is there something wrong?

baimengwei commented 2 years ago

The CityFlow maps are come from https://github.com/zxsRambo/metalight/blob/master/data.zip. They have same a intersection structure, and I converted them to SUMO map. So you see they are the same and there is no right turn lane.

You can create different lane environments by yourself, then use https://github.com/baimengwei/Traffic-Flow-Test-Platform/blob/main/tools/randomTrips.py to generate vehicle routing information for use.