Chain-of-Goals Hierarchical Policy for Long-Horizon Offline Goal-Conditioned RL
Jinwoo Choi, Sang-Hyun Lee, Seung-Woo Seo
TL;DR
The paper addresses the difficulty of long-horizon offline goal-conditioned RL by reformulating hierarchical decision-making as autoregressive sequence modeling. It introduces CoGHP, a unified framework that autoregressively generates a sequence of latent subgoals $z_{1:H}$ and a primitive action $a$ conditioned on the current state $s$ and goal $g$, using an MLP-Mixer backbone with a learnable causal mixer to enable cross-token communication. A shared value function $V_{\psi}(s,g)$ guides end-to-end training across all sequence elements via advantage-weighted objectives, enabling gradients to propagate through subgoals and actions. Empirically, CoGHP outperforms strong offline baselines on challenging navigation and manipulation benchmarks, and ablations demonstrate the superiority of the MLP-Mixer backbone and the critical role of the causal mixer and teacher forcing. This approach advances long-horizon offline control by enabling multiple intermediate decisions within a single cohesive model, potentially impacting practice in robotics and autonomous systems.
Abstract
Offline goal-conditioned reinforcement learning remains challenging for long-horizon tasks. While hierarchical approaches mitigate this issue by decomposing tasks, most existing methods rely on separate high- and low-level networks and generate only a single intermediate subgoal, making them inadequate for complex tasks that require coordinating multiple intermediate decisions. To address this limitation, we draw inspiration from the chain-of-thought paradigm and propose the Chain-of-Goals Hierarchical Policy (CoGHP), a novel framework that reformulates hierarchical decision-making as autoregressive sequence modeling within a unified architecture. Given a state and a final goal, CoGHP autoregressively generates a sequence of latent subgoals followed by the primitive action, where each latent subgoal acts as a reasoning step that conditions subsequent predictions. To implement this efficiently, we pioneer the use of an MLP-Mixer backbone, which supports cross-token communication and captures structural relationships among state, goal, latent subgoals, and action. Across challenging navigation and manipulation benchmarks, CoGHP consistently outperforms strong offline baselines, demonstrating improved performance on long-horizon tasks.
