8000 GitHub - Jiang-JC/Visual_VRP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jiang-JC/Visual_VRP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visual_VRP

This project develops a reinforcement learning (RL) based policy aimed at optimizing solutions for complex supply chain mathematical models, specifically focusing on the Traveling Salesman Problem (TSP) and the Capacitated Vehicle Routing Problem (CVRP). Leveraging the power of Unity, the project also provides an interactive visualization platform. This visualization component enables users to intuitively understand the problem space, the RL policy's decision-making process, and the efficiency of the solutions generated.

The Solver section of the code is revised upon from the literature "Solve Routing Problems with a Residual Edge-Graph Attention Neural Network".

Dependencies

  • Python
  • Pytorch
  • torch_geometric
  • Numpy

Repository Sturcture

The following gives a brief overview of the contents.

SupplyChainVideo                // Result of our code
SupplyChainPython               // Solver of TSP and VRP
VRP_project                     // Unity visualization of TSP and VRP

Video

Traveling Salesman Problem (Node = 20)

Gif For TSP (Node = 20)

Traveling Salesman Problem (Node = 50)

Gif For TSP (Node = 20)

Traveling Salesman Problem (Node = 100)

Gif For TSP (Node = 20)

Vehicle Routing Problem (Node = 20)

Gif For TSP (Node = 20)

Vehicle Routing Problem (Node = 50)

Gif For TSP (Node = 20)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0