vix.ing · top · new · best · stats

Regularly Updated Deterministic Policy Gradient Algorithm

2020/07/01 by Shuai Han, Shuai D. Han, Han, Shuai +6 · 1 citation
Computer Science · Mathematics · #Adaptive Dynamic Programming Control #Algorithm #Artificial intelligence #Computer science #FOS: Computer and information sciences #Function (biology) #Machine Learning (cs.LG) #Machine Learning (stat.ML) #Machine Learning and ELM #Machine learning #Mathematical optimization #Mathematics #Reinforcement Learning in Robotics #Reinforcement learning #Stability (learning theory) #Value (mathematics) #Variance (accounting) #cs.LG #stat.ML

paper · pdf · doi:10.48550/arxiv.2007.00169

published in arXiv (Cornell University) (Cornell University)

arxiv created 2020/07/01 · openalex publication_date 2020/07/01 · arxiv updated 2020/07/02 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/05

Abstract

Deep Deterministic Policy Gradient (DDPG) algorithm is one of the most well-known reinforcement learning methods. However, this method is inefficient and unstable in practical applications. On the other hand, the bias and variance of the Q estimation in the target function are sometimes difficult to control. This paper proposes a Regularly Updated Deterministic (RUD) policy gradient algorithm for these problems. This paper theoretically proves that the learning procedure with RUD can make better use of new data in replay buffer than the traditional procedure. In addition, the low variance of the Q value in RUD is more suitable for the current Clipped Double Q-learning strategy. This paper has designed a comparison experiment against previous methods, an ablation experiment with the original DDPG, and other analytical experiments in Mujoco environments. The experimental results demonstrate the effectiveness and superiority of RUD.

Citations

Related