vin-keras icon indicating copy to clipboard operation
vin-keras copied to clipboard

This is an implimentation of Value Iteration Networks (NIPS2016 best paper) in keras

vin-keras

This is an implimentation of VIN(Value Iteration Networks) in keras.

First, train and save VIN model.

$ python train.py

Next, predict path on the test data.

$ python predict.py

An example of the results are shown below.

result0 result1 result2

Reference

Requirements

  • Keras
  • python-opencv
  • numpy
  • joblib