Traffic simulation is a college project for the fourth year, specializing in artificial intelligence.
- I used some assets to represent the road network architecture (streets -Traffic lights - paths).
- I added two types of vehicles: vehicles with AI controller for self driving and a normal vehicles for user to drive.
- I provided a
car manipulation
menu to control simulation environment parameters duringrun time
such as:- Number of vehicles (approximately 1000 vehicles).
- Speed of the vehicle.
- Safe distance between two vehicles.
- Speed of acceleration.
- I also added the
Features
menu which gives the user the following features:- Drive, follow and steer a car.
- Free roaming through the simulation.
- Drag and drop some obstacles such as buildings and trees.
- Show the map.
- Smart building (building the simulations by identifying the variables in an optimal way).