Ramp Metering Control

For this class project, I designed and implemented a Q-learning algorithm to optimize highway traffic management, addressing challenges like congestion and inefficiency in traffic flow.
Problem Analysis: Studied real-world traffic patterns and identified key factors such as ramp metering, traffic light control, and lane changes that influence traffic efficiency.
Reinforcement Learning Model:
Developed a Q-learning model to dynamically manage ramp meters and traffic signals.
Incorporated factors like car-following behavior and lane-changing dynamics into the reward function to encourage efficient traffic flow.
Simulation: Conducted simulations using Python to evaluate the model’s performance in reducing congestion and improving throughput.
Results: The model demonstrated significant improvements in traffic flow efficiency, showcasing the effectiveness of RL in solving transportation challenges.