# l2i **Repository Path**: haichaoliu/l2i ## Basic Information - **Project Name**: l2i - **Description**: A Learning-based Iterative Method For Solving Vehicle Routing Problems(ICLR 2020)算法代码,Github导入得到,Github地址:https://github.com/rlopt/l2i - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-29 - **Last Updated**: 2021-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A Learning-based Iterative Method for Solving Vehicle Routing Problems A learning-based algorithm for solving the Travelling Salesman Problem (TSP) and the Vehicle Routing Problem (VRP). # Paper For more details, please see our paper [A Learning-based Iterative Method for Solving Vehicle Routing Problems](https://openreview.net/pdf?id=BJe1334YDH), which has been accepted at ICLR 2020. # Dependencies * Python>=3.6 * TensorFlow # Quick Start For training CVRP-20 with 2000 problem instances: ```python python ml_opt.py --num_training_points 20 --num_test_points 20 --num_episode 2000 ```