intelligent_traffic_lights icon indicating copy to clipboard operation
intelligent_traffic_lights copied to clipboard

SUMO simulation

Open lzdimu opened this issue 3 years ago • 3 comments

Can I ask how to use this project to implement SUMO traffic simulation? In other words, could you provide complete test.py code?

lzdimu avatar Apr 13 '21 03:04 lzdimu

What exactly are your goals here? The test environment is implemented in the src/test.py file.

suessmann avatar Apr 13 '21 07:04 suessmann

What exactly are your goals here? The test environment is implemented in the src/test.py file.

Thank you for your reply! I wanted to achieve the same effect as the GIF image you provided. I ran your src/test.py file, and it turns out that the traffic lights didn’t change, but I don’t know where's the code I need to change, Or am I running it wrong......

lzdimu avatar Apr 13 '21 08:04 lzdimu

Thank you, I tried to run your test.py, but the east-west vehicles in Sumo keep queuing, what's the matter? There is no response when running training.py

Lemon971122 avatar Jun 04 '21 03:06 Lemon971122