Do you have plans to implement Value Iteration Networks paper - NIPS 2016 best paper in tensorflow . It would be great and fantastic
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!
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.