Skip to content

emigmo/InterSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterSim

Prerequisites and setup

Environment Setup

  1. Install Unreal Engine 4.23.1. Make sure the version of editor is 4.23.1.

  2. Install Microsoft AirSim as a plugin in UE4. You can follow the instruction on AirSim handbook

    https://microsoft.github.io/AirSim/
  3. Download scene of an urban crossroads system that we made for this experiment.

    .\AD_Cookbook_Start_AirSim.ps1 landscape

How to run the simulator

  1. Replace setting.json of AirSim with the file we provided.

  2. Run the scene in UE4.

  3. Run CarControls.py and you will see the car flow on map.

  4. You can choose either Training_dqn.py or Testing_dqn.py to reproduce our expeirments.

Build the Simulator of Traffic Intersection

  1. Airsim & UE4
todo
  1. Traffic Map Build
import ue4 file (file link)
  1. Car Control
todo
  1. Traffic Light Control
todo

Reinforcement Learning for Intelligence Traffic Light Control

  1. Single Intersection
DQN or other RL Approach

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages