ROLGOct 24, 2022

AACHER: Assorted Actor-Critic Deep Reinforcement Learning with Hindsight Experience Replay

arXiv:2210.12892v13 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses reliability issues in reinforcement learning for robotics, offering an incremental improvement over existing methods.

The paper tackled the sensitivity and instability of the Deep Deterministic Policy Gradient (DDPG) method by proposing AACHER, a multi-actor-critic framework integrated with Hindsight Experience Replay, which achieved up to a 3.8 times higher success rate than DDPG+HER on the FetchPickAndPlace-v1 environment.

Actor learning and critic learning are two components of the outstanding and mostly used Deep Deterministic Policy Gradient (DDPG) reinforcement learning method. Since actor and critic learning plays a significant role in the overall robot's learning, the performance of the DDPG approach is relatively sensitive and unstable as a result. We propose a multi-actor-critic DDPG for reliable actor-critic learning to further enhance the performance and stability of DDPG. This multi-actor-critic DDPG is then integrated with Hindsight Experience Replay (HER) to form our new deep learning framework called AACHER. AACHER uses the average value of multiple actors or critics to substitute the single actor or critic in DDPG to increase resistance in the case when one actor or critic performs poorly. Numerous independent actors and critics can also gain knowledge from the environment more broadly. We implemented our proposed AACHER on goal-based environments: AuboReach, FetchReach-v1, FetchPush-v1, FetchSlide-v1, and FetchPickAndPlace-v1. For our experiments, we used various instances of actor/critic combinations, among which A10C10 and A20C20 were the best-performing combinations. Overall results show that AACHER outperforms the traditional algorithm (DDPG+HER) in all of the actor/critic number combinations that are used for evaluation. When used on FetchPickAndPlace-v1, the performance boost for A20C20 is as high as roughly 3.8 times the success rate in DDPG+HER.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes