daunfamily / RL-VRP-PtrNtwrk

Reinforcement Learning for Solving the Vehicle Routing Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement Learning for Solving the Vehicle Routing Problem

An implementation of the NIPS 2018 paper by Nazari et.al. https://arxiv.org/abs/1802.04240v2 Vehicle Routing Problem

Dependancies

  • Pytorch==0.4.1
  • matplotlib
  • tqdm

How to run

To run the default version

python3 main.py

To run specific scenario

python3 main.py --nodes 10 --test True

Please check main.py to see the various args that can be used.

About

Reinforcement Learning for Solving the Vehicle Routing Problem


Languages

Language:Python 100.0%