Skip to content

Commit

Permalink
Added example of standalone use of model and animation of result
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterkool committed Jan 21, 2020
1 parent a6d0623 commit ffd5b86
Show file tree
Hide file tree
Showing 3 changed files with 4,766 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Attention based model for learning to solve the Travelling Salesman Problem (TSP) and the Vehicle Routing Problem (VRP), Orienteering Problem (OP) and (Stochastic) Prize Collecting TSP (PCTSP). Training with REINFORCE with greedy rollout baseline.

![TSP100](images/tsp.gif)

## Paper
For more details, please see our paper [Attention, Learn to Solve Routing Problems!](https://openreview.net/forum?id=ByxBFsRqYm) which has been accepted at [ICLR 2019](https://iclr.cc/Conferences/2019). If this code is useful for your work, please cite our paper:

Expand Down
Binary file added images/tsp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,764 changes: 4,764 additions & 0 deletions simple_tsp.ipynb

Large diffs are not rendered by default.

0 comments on commit ffd5b86

Please sign in to comment.