🤖 AI Summary
Offline reinforcement learning suffers from hindered reward propagation, biased value estimation, and degraded policy performance due to suboptimal and fragmented trajectories in static datasets. Existing generative trajectory stitching methods are limited by behavioral policy support constraints or violate dynamical consistency. To address this, we propose a dynamically guided adaptive trajectory stitching framework. Our core contributions are: (i) modeling state-wise reachability via temporal distance representation; and (ii) integrating a dynamics-consistent rollout deviation feedback mechanism to adaptively plan and generate novel yet physically feasible connecting action sequences. Without environment interaction, our method enhances dataset quality, significantly improving policy learning stability and generalization. On D4RL and OGBench benchmarks, it consistently outperforms state-of-the-art offline RL approaches, achieving superior and robust policy performance.
📝 Abstract
Offline reinforcement learning (RL) enables agents to learn optimal policies from pre-collected datasets. However, datasets containing suboptimal and fragmented trajectories present challenges for reward propagation, resulting in inaccurate value estimation and degraded policy performance. While trajectory stitching via generative models offers a promising solution, existing augmentation methods frequently produce trajectories that are either confined to the support of the behavior policy or violate the underlying dynamics, thereby limiting their effectiveness for policy improvement. We propose ASTRO, a data augmentation framework that generates distributionally novel and dynamics-consistent trajectories for offline RL. ASTRO first learns a temporal-distance representation to identify distinct and reachable stitch targets. We then employ a dynamics-guided stitch planner that adaptively generates connecting action sequences via Rollout Deviation Feedback, defined as the gap between target state sequence and the actual arrived state sequence by executing predicted actions, to improve trajectory stitching's feasibility and reachability. This approach facilitates effective augmentation through stitching and ultimately enhances policy learning. ASTRO outperforms prior offline RL augmentation methods across various algorithms, achieving notable performance gain on the challenging OGBench suite and demonstrating consistent improvements on standard offline RL benchmarks such as D4RL.