LGJun 3, 2025

Reachability Weighted Offline Goal-conditioned Resampling

arXiv:2506.02577v1h-index: 19
Originality Incremental advance
AI Analysis

This work solves a domain-specific problem in offline goal-conditioned RL for robotic manipulation, offering an incremental improvement over existing methods.

The paper tackled the problem of offline goal-conditioned RL by addressing inefficiencies in uniform sampling, which degrades policy performance due to unreachable state-goal-action pairs, and proposed Reachability Weighted Sampling (RWS) to improve performance, achieving up to a 50% improvement on the HandBlock-Z task.

Offline goal-conditioned reinforcement learning (RL) relies on fixed datasets where many potential goals share the same state and action spaces. However, these potential goals are not explicitly represented in the collected trajectories. To learn a generalizable goal-conditioned policy, it is common to sample goals and state-action pairs uniformly using dynamic programming methods such as Q-learning. Uniform sampling, however, requires an intractably large dataset to cover all possible combinations and creates many unreachable state-goal-action pairs that degrade policy performance. Our key insight is that sampling should favor transitions that enable goal achievement. To this end, we propose Reachability Weighted Sampling (RWS). RWS uses a reachability classifier trained via positive-unlabeled (PU) learning on goal-conditioned state-action values. The classifier maps these values to a reachability score, which is then used as a sampling priority. RWS is a plug-and-play module that integrates seamlessly with standard offline RL algorithms. Experiments on six complex simulated robotic manipulation tasks, including those with a robot arm and a dexterous hand, show that RWS significantly improves performance. In one notable case, performance on the HandBlock-Z task improved by nearly 50 percent relative to the baseline. These results indicate the effectiveness of reachability-weighted sampling.

Foundations

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

Your Notes