Next-Future: Sample-Efficient Policy Learning for Robotic-Arm Tasks
Fikrican Özgür, René Zurbrügg, Suryansh Kumar
TL;DR
The paper tackles the inefficiency of deep reinforcement learning for robotic-arm manipulation in multi-goal settings with sparse binary rewards. It introduces Next-Future, a principled single-step goal relabeling strategy that guarantees non-negative rewards for the first of multiple replays by setting the next achieved state as the virtual goal, while using remaining relabelings from future states to propagate values. To stabilize learning and reduce overestimation, it employs a distributional critic with truncated quantile critics (TQC) and an ensemble of heads, improving value approximation and policy updates. Across eight simulated robotic-arm tasks and ten seeds, Next-Future yields substantial gains in sample efficiency (seven tasks) and higher maximal success rates (six tasks), with real-world experiments confirming practical feasibility. The approach also demonstrates compatibility with existing HER extensions (EBP, CHER), offering a flexible and scalable pathway to more accurate, data-efficient multi-goal DRL for robotics.
Abstract
Hindsight Experience Replay (HER) is widely regarded as the state-of-the-art algorithm for achieving sample-efficient multi-goal reinforcement learning (RL) in robotic manipulation tasks with binary rewards. HER facilitates learning from failed attempts by replaying trajectories with redefined goals. However, it relies on a heuristic-based replay method that lacks a principled framework. To address this limitation, we introduce a novel replay strategy, "Next-Future", which focuses on rewarding single-step transitions. This approach significantly enhances sample efficiency and accuracy in learning multi-goal Markov decision processes (MDPs), particularly under stringent accuracy requirements -- a critical aspect for performing complex and precise robotic-arm tasks. We demonstrate the efficacy of our method by highlighting how single-step learning enables improved value approximation within the multi-goal RL framework. The performance of the proposed replay strategy is evaluated across eight challenging robotic manipulation tasks, using ten random seeds for training. Our results indicate substantial improvements in sample efficiency for seven out of eight tasks and higher success rates in six tasks. Furthermore, real-world experiments validate the practical feasibility of the learned policies, demonstrating the potential of "Next-Future" in solving complex robotic-arm tasks.
