Skip to content

Added TRPO algorithm to custom open AI gym environment (gym-sumo) on IntelliLight SUMO project.

Notifications You must be signed in to change notification settings

Aeunal/TRPO_Traffic_Signalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Traffic Light Control Optimization With TRPO On SUMO Enviorenment

To run the experiment:
Set your SUMO_HOME path in SUMOInitializeEnv.py.
Set your SUMO directories and the config file in sumo_env.py.
Run setup.py and make sure you don't get any errors.
Run main.py.
(I may forgot to mention some directory sets. Please check all directories and make sure they are yours.)

To run you have to have these packages and enviorenments:
-SUMO
-numpy
-scipy
-tensorflow
-gym
-scikit-learn

You can change the config file in sumo_env.py to change the experiment.

About

Added TRPO algorithm to custom open AI gym environment (gym-sumo) on IntelliLight SUMO project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages