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.
- Host: GitHub
- URL: https://github.com/evhub/tf-ddpg
- Owner: evhub
- Created: 2019-04-28T04:27:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T05:48:34.000Z (over 6 years ago)
- Last Synced: 2025-06-03T09:15:10.922Z (7 months ago)
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).