This project presents an AI-based traffic control system using Reinforcement Learning to optimize vehicle flow and reduce congestion in Dhaka, Bangladesh. The system uses the SUMO simulator and a Deep Q-Network (DQN) agent to dynamically adjust traffic signals across multiple intersections.
/code
: DQN agent, training script, environment wrappers/simulation
: SUMO config files, network map, vehicle types/results
: Output logs and performance metrics/docs
: Final report, diagramsvideo_demo.mp4
: Walkthrough and resultsThis was my final year project at Ulster University for the COM668 Computing Project module.
Mentor: Baba Shaheer | Student ID: B00916950
Watch a short walkthrough of the simulation and results:
[Upload video_demo.mp4
here or host on YouTube and link it]
```bash git clone https://github.com/your-username/AI-Traffic-Dhaka cd AI-Traffic-Dhaka pip install -r requirements.txt