English

MAGE: Multi-scale Autoregressive Generation for Offline Reinforcement Learning

Machine Learning 2026-03-02 v1

Abstract

Generative models have gained significant traction in offline reinforcement learning (RL) due to their ability to model complex trajectory distributions. However, existing generation-based approaches still struggle with long-horizon tasks characterized by sparse rewards. Some hierarchical generation methods have been developed to mitigate this issue by decomposing the original problem into shorter-horizon subproblems using one policy and generating detailed actions with another. While effective, these methods often overlook the multi-scale temporal structure inherent in trajectories, resulting in suboptimal performance. To overcome these limitations, we propose MAGE, a Multi-scale Autoregressive GEneration-based offline RL method. MAGE incorporates a condition-guided multi-scale autoencoder to learn hierarchical trajectory representations, along with a multi-scale transformer that autoregressively generates trajectory representations from coarse to fine temporal scales. MAGE effectively captures temporal dependencies of trajectories at multiple resolutions. Additionally, a condition-guided decoder is employed to exert precise control over short-term behaviors. Extensive experiments on five offline RL benchmarks against fifteen baseline algorithms show that MAGE successfully integrates multi-scale trajectory modeling with conditional guidance, generating coherent and controllable trajectories in long-horizon sparse-reward settings.

Keywords

Cite

@article{arxiv.2602.23770,
  title  = {MAGE: Multi-scale Autoregressive Generation for Offline Reinforcement Learning},
  author = {Chenxing Lin and Xinhui Gao and Haipeng Zhang and Xinran Li and Haitao Wang and Songzhu Mei and Chenglu Wen and Weiquan Liu and Siqi Shen and Cheng Wang},
  journal= {arXiv preprint arXiv:2602.23770},
  year   = {2026}
}

Comments

ICLR2026

R2 v1 2026-07-01T10:55:09.940Z