flow-project / flow

Computational framework for reinforcement learning in traffic control
MIT License
1.06k stars 372 forks source link

Add fully autonomous intersection environment #706

Open eugenevinitsky opened 5 years ago

eugenevinitsky commented 5 years ago

We want an environment with a single intersection in which only autonomous vehicles are driving. This can be done in SUMO by creating an intersection (you should be able to reuse the code from the Grid Scenario) and setting the traffic lights to be green in all directions.

eugenevinitsky commented 4 years ago

I think you have already built this @fywu85 ?