Skip to content

sihengc/GVIN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sufeng Niu, Siheng Chen, Hanyu Guo, Colin Targonski, Melissa C. Smith, Jelena Kovačević Generalized Value Iteration Networks.

Generalized Value Iteration Network

Dependencies

  • Python >= 2.7.6
  • TensorFlow >= 1.0
  • SciPy >= 0.18.1 (to load the data)

Training

data directory already contains 16x16 grid world and 10 nodes irregular graph. To play with irregular graph which contains 100 nodes, Download the datasets from here. Then, put it in data directory.

# Runs 10 nodes graph with default parameter using imitation learning
python \irregular\IL\train.py

# Runs 10 nodes graph with default parameter using reinforcement learning
python \irregular\RL\train.py

# Runs 16x16 grid world with default parameter using imitation learning
python \regular\IL\train.py

Acknowledgement:

This code is partially based on the TensorFlow implementation of Abhishek Kumar here.

Resources

About

Generalized Value Iteration Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%