ROAIDec 5, 2023

Contact Energy Based Hindsight Experience Prioritization

arXiv:2312.02677v26 citationsh-index: 25ICRA
Originality Incremental advance
AI Analysis

This addresses a bottleneck in reinforcement learning for robotics by improving sample efficiency in sparse-reward manipulation tasks, though it is incremental over existing hindsight experience replay methods.

The paper tackles the inefficiency of learning in multi-goal robot manipulation tasks with sparse rewards by proposing Contact Energy Based Prioritization (CEBP), which selects contact-rich experiences from the replay buffer, and shows that it surpasses or matches state-of-the-art methods on various tasks, with successful real-world deployment on a Franka robot for pick-and-place.

Multi-goal robot manipulation tasks with sparse rewards are difficult for reinforcement learning (RL) algorithms due to the inefficiency in collecting successful experiences. Recent algorithms such as Hindsight Experience Replay (HER) expedite learning by taking advantage of failed trajectories and replacing the desired goal with one of the achieved states so that any failed trajectory can be utilized as a contribution to learning. However, HER uniformly chooses failed trajectories, without taking into account which ones might be the most valuable for learning. In this paper, we address this problem and propose a novel approach Contact Energy Based Prioritization~(CEBP) to select the samples from the replay buffer based on rich information due to contact, leveraging the touch sensors in the gripper of the robot and object displacement. Our prioritization scheme favors sampling of contact-rich experiences, which are arguably the ones providing the largest amount of information. We evaluate our proposed approach on various sparse reward robotic tasks and compare them with the state-of-the-art methods. We show that our method surpasses or performs on par with those methods on robot manipulation tasks. Finally, we deploy the trained policy from our method to a real Franka robot for a pick-and-place task. We observe that the robot can solve the task successfully. The videos and code are publicly available at: https://erdiphd.github.io/HER_force

Foundations

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

Your Notes