Skip to content

yusme/DDPG

Repository files navigation

DDPG

Continuous control with deep reinforcement learning

http://arxiv.org/abs/1509.02971

The goal of these algorithms is to perform policy iteration by alternatively performing policy evaluation on the current policy with Q-learning, and then improving upon the current policy by following the policy gradient.

TODO

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages