Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDPG for TensorFlow #26

Closed
ryanjulian opened this issue Mar 27, 2018 · 1 comment
Closed

DDPG for TensorFlow #26

ryanjulian opened this issue Mar 27, 2018 · 1 comment
Assignees
Labels
algos New algorithms

Comments

@ryanjulian
Copy link
Owner

Original paper:
https://arxiv.org/abs/1509.02971

Implementation in the Theano tree:
https://github.com/ryanjulian/rllab/blob/integration/rllab/algos/ddpg.py

OpenAI baselines implementation:
https://github.com/openai/baselines/tree/master/baselines/ddpg

blog post (there are many other resources
http://pemami4911.github.io/blog/2016/08/21/ddpg-rl.html

Sketch:

  • Provide an implementation in sandbox/rocky/tf/ddpg.py
  • Add any needed primitives to rllab/ and sandbox/rocky/tf/
  • Provide a regression test (of the reward curve) against the openai/baselines implementation
@ryanjulian
Copy link
Owner Author

See rlworkgroup/garage#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algos New algorithms
Projects
None yet
Development

No branches or pull requests

3 participants