paper-with-me

D4PG

Distributed Distributional DDPG

2000년 도입 · 논문 11편에서 사용

D4PG, or Distributed Distributional DDPG, is a policy gradient algorithm that extends upon the DDPG. The improvements include a distributional updates to the DDPG algorithm, combined with the use of multiple distributed workers all writing into the same replay table. The biggest performance gain of other simpler changes was the use of $N$-step returns. The authors found that the use of prioritized experience replay was less crucial to the overall D4PG algorithm especially on harder problems.

출처: Distributed Distributional Deterministic Policy Gradients

소개 논문: Distributed Distributional Deterministic Policy Gradients

Policy Gradient Methods · Reinforcement Learning