Skip to content

seolhokim/Transportation-Routes-Optimization-by-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transportation Routes Obtimization by Reinforcement Learning

Hits

  • application of reinforcement learning to optimize transportation routes

Description

  • At the beginning, passengers are created with their destination. Elevator knows where passengers want to go even in the other elevators.
  • Elevators should transport as many people as possible to their destinations as quickly as possible.
  • Reward is a negative value for the sum of people in a building and in elevators.

Implemented Algorithms

  • PPO + GAE

RUN

python main.py
  • if you want to change hyper-parameters, you can check "python main.py --help"
  • you just train and test basic model using main.py

Thanks to...

Releases

No releases published

Packages

No packages published

Languages