Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neka-nat/vin-keras

This is an implimentation of Value Iteration Networks (NIPS2016 best paper) in keras
https://github.com/neka-nat/vin-keras

deep-learning keras nips-2016 value-iteration value-iteration-network

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# vin-keras

This is an implimentation of [VIN(Value Iteration Networks)](https://arxiv.org/abs/1602.02867) in keras.

* 16x16 Grid world datasets from [vin(chainer) repository](https://github.com/peisuke/vin)

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](images/image0.png)
![result1](images/image1.png)
![result2](images/image2.png)

## Reference
* [VIN(original)](https://github.com/avivt/VIN)
* [tensorflow-value-iteration-networks](https://github.com/TheAbhiKumar/tensorflow-value-iteration-networks)
* [vin(chainer)](https://github.com/peisuke/vin)

## Requirements
* Keras
* python-opencv
* numpy
* joblib