Skip to content

Research about applying reinforcement learning to realitic problems. Collects data then figure out how good reinforcement learning is.

Notifications You must be signed in to change notification settings

mike-kaonashi/antq-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning in TSP

Traveling Saleman Problem

Problem Abstract

During researching, we applied Ant-Q algorithm which will be the main algorithm to solve the delivery problem. However, in order to fit the situation where many delivery men would be involved in one delivery session as well as to improve the algorithm performance-wise, clustering and to be specific, K-means++ will be used to divide and conquer big delivery problems.

Used Algorithms

  1. Ant Colony System
  2. Simulated Annealing
  3. Ant-Q
  4. Kmeans++

Users Scope

Algorithms

  • Adjust parameters
  • Select algorithms
  • Load model of environment
  • Run selected algorithm
  • View real-time graph/chart
  • Save solutions as logs

Map Manager

  • Search saved solutions
  • Apply road map to saved solutions
  • Apply road map to each clusters

Log Manager

  • Compare selected logs
  • View statistic details

Demo UI

About

Research about applying reinforcement learning to realitic problems. Collects data then figure out how good reinforcement learning is.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.6%
  • JavaScript 15.9%
  • HTML 0.5%