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

https://github.com/evhub/tf-ddpg

An implementation of Deep Deterministic Policy Gradients in TensorFlow using Coconut.
https://github.com/evhub/tf-ddpg

Last synced: 7 months ago
JSON representation

An implementation of Deep Deterministic Policy Gradients in TensorFlow using Coconut.

Awesome Lists containing this project

README

          

# tf-ddpg

An implementation of Deep Deterministic Policy Gradients in TensorFlow. Written in [Coconut](http://coconut-lang.org/). Based on [this article on DDPG](https://pemami4911.github.io/blog/2016/08/21/ddpg-rl.html).