Skip to content

joaoareis/rnn_dijkstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNN Dijkstra

Overview

This model learns the Dijkstra shortest path algorithm using an RNN Seq2Seq architecture.

Instructions

  1. Clone this repo.
  2. Run python setup.py install
  3. Run jupyter-notebook rnn.ipynb

Dependencies

  • matplotlib
  • numpy
  • torch
  • jupyter notebook

About

Solving shortest path with RNN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published