Skip to content

Intelligent Traffic Lights System built with C++ and OpenGL.

Notifications You must be signed in to change notification settings

juradohja/itesm-intsys-trafficlights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Traffic Lights

Final Project for the Intelligent Systems course (201913) at ITESM CCM

By: José Alberto Jurado, Kai Kawasaki, Sergio Ugalde

This project is a simulation of an intelligent traffic lights system that varies the time a traffic light is active depending on how much traffic there is. To do this, the project includes a Fuzzy Logic system. Agents in the environment act according to an optimal policy generated by using a Markov Decision Process. This project was developed in C++ making use of OpenGL as well.