Reinforcement-learning: Implementation of Value Iteration Networks paper - NIPS 2016 best paper

Created on 22 Dec 2016  路  3Comments  路  Source: dennybritz/reinforcement-learning

Do you have plans to implement Value Iteration Networks paper - NIPS 2016 best paper in tensorflow . It would be great and fantastic

Most helpful comment

This indeed is a very cool paper. I will add it to the repository and I'm definitely planning to implement it. However, before getting to that I want to fix some of the existing implementations like DQN/A3C, and also implement TRPO.

All 3 comments

This indeed is a very cool paper. I will add it to the repository and I'm definitely planning to implement it. However, before getting to that I want to fix some of the existing implementations like DQN/A3C, and also implement TRPO.

Btw, there seems to be an implementation here: https://github.com/TheAbhiKumar/tensorflow-value-iteration-networks

Hi!
I had worked on an idea in the same vein - https://arxiv.org/abs/1701.02392 .
I have an (all-python) implementation of the same here - https://github.com/tanmayshankar/RCNN_MDP , if that helps!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gskishan004 picture gskishan004  路  6Comments

ArikVoronov picture ArikVoronov  路  3Comments

nerdoid picture nerdoid  路  78Comments

rushabhk7 picture rushabhk7  路  6Comments

IbrahimSobh picture IbrahimSobh  路  19Comments