Cluster-based Sampling in Hindsight Experience Replay for Robotic Tasks (Student Abstract)
Taeyoung Kim, Dongsoo Har

TL;DR
This paper introduces a cluster-based sampling strategy for Hindsight Experience Replay in robotic tasks, improving sample efficiency and performance by grouping episodes with similar achieved goals.
Contribution
It proposes a novel cluster-based sampling method that enhances HER by exploiting goal similarities, leading to more efficient training in sparse reward settings.
Findings
Significantly improves sample efficiency in robotic tasks.
Achieves better performance than baseline HER methods.
Validated on three OpenAI Gym robotic control tasks.
Abstract
In multi-goal reinforcement learning with a sparse binary reward, training agents is particularly challenging, due to a lack of successful experiences. To solve this problem, hindsight experience replay (HER) generates successful experiences even from unsuccessful ones. However, generating successful experiences from uniformly sampled ones is not an efficient process. In this paper, the impact of exploiting the property of achieved goals in generating successful experiences is investigated and a novel cluster-based sampling strategy is proposed. The proposed sampling strategy groups episodes with different achieved goals by using a cluster model and samples experiences in the manner of HER to create the training batch. The proposed method is validated by experiments with three robotic control tasks of the OpenAI Gym. The results of experiments demonstrate that the proposed method is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsVisual Attention and Saliency Detection · Human-Automation Interaction and Safety
MethodsExperience Replay · k-Means Clustering
