Are Expressive Models Truly Necessary for Offline RL?
Guan Wang, Haoyi Niu, Jianxiong Li, Li Jiang, Jianming Hu, Xianyuan Zhan
TL;DR
This paper tackles offline RL by questioning whether highly expressive models are necessary for long-horizon planning. It introduces Recursive Skip-Step Planning (RSP), a lightweight framework that uses recursive coarse-grained dynamics with 2-layer MLPs and a supervised, goal-conditioned policy to achieve strong long-horizon performance. RSP delivers competitive or superior results on the D4RL benchmark, with dramatically reduced training time and inference latency compared to Transformer- or diffusion-based methods. By demonstrating robust performance with simple models, the work advocates rethinking offline RL design toward efficient hierarchical planning rather than ever heavier architectures.
Abstract
Among various branches of offline reinforcement learning (RL) methods, goal-conditioned supervised learning (GCSL) has gained increasing popularity as it formulates the offline RL problem as a sequential modeling task, therefore bypassing the notoriously difficult credit assignment challenge of value learning in conventional RL paradigm. Sequential modeling, however, requires capturing accurate dynamics across long horizons in trajectory data to ensure reasonable policy performance. To meet this requirement, leveraging large, expressive models has become a popular choice in recent literature, which, however, comes at the cost of significantly increased computation and inference latency. Contradictory yet promising, we reveal that lightweight models as simple as shallow 2-layer MLPs, can also enjoy accurate dynamics consistency and significantly reduced sequential modeling errors against large expressive models by adopting a simple recursive planning scheme: recursively planning coarse-grained future sub-goals based on current and target information, and then executes the action with a goal-conditioned policy learned from data rela-beled with these sub-goal ground truths. We term our method Recursive Skip-Step Planning (RSP). Simple yet effective, RSP enjoys great efficiency improvements thanks to its lightweight structure, and substantially outperforms existing methods, reaching new SOTA performances on the D4RL benchmark, especially in multi-stage long-horizon tasks.
