Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 6.62 KB

File metadata and controls

70 lines (42 loc) · 6.62 KB

AI Simulation Unity

Creators:

  • Luis Alberto Alcántara Cabrales A01634185
  • Alexa Serrano Negrete A01654063
  • Renet de Jesús Pérez Gómez A01640555
  • Vicente Javier Viera Guízar A01639784

Description:

3D simulation of a traffic intersection with cars and traffic lights, powered by an Agent-Based Model (Agentpy) that simulates the behavior of the cars and the traffic lights in the intersection. The simulation is made in Unity, using C#. The simulation has a GUI that allows the user to change camera views and the simulation allows the user to click on the cars to see their perspective in a first person view with a camera attached to the car.

How to run

  1. Download the project
  2. Open the project in Unity
  3. Close unity
  4. Open the project in Unity again
  5. Open the scene Assets/Scenes/Simulation.unity
  6. Run server: https://github.com/luisalcab/multiagent
  7. Run the scene in Unity
  • (The default number of cars is 50)

Simulation Running

youtube-video-gif

Assets used