ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2024
Year
… Predicting dual time-scale tokens at regular intervals enables our model to use these long-horizon Planning Tokens as a form of implicit planning to guide its low-level policy and reduce …
Long-horizon reinforcement learning remains a critical challenge, especially in offline settings where agents must learn from fixed datasets without environment interaction. Traditional model-based methods require accurate dynamics models and expensive planning at test time, while model-free approaches often fail in sparse-reward or temporally extended tasks. Planning Transformer addresses this gap by introducing a novel mechanism—planning tokens—that allows a transformer to implicitly plan over long horizons without explicit search or rollouts.
The significance lies in its simplicity and effectiveness: by predicting dual time-scale tokens at regular intervals, the model can reason about both immediate and distant future states, guiding its policy in a hierarchical manner. This is particularly relevant for practitioners deploying RL in real-world scenarios like robotics, where sample efficiency and long-term reasoning are paramount.
The paper reports that Planning Transformer outperforms prior offline RL methods (e.g., Decision Transformer, Trajectory Transformer) on several long-horizon tasks from the D4RL benchmark, including AntMaze and Kitchen. Specifically, it achieves a 15-20% improvement in success rate on sparse-reward AntMaze environments. Ablation studies confirm that removing dual time-scale tokens reduces performance by over 30%, highlighting their importance. The method also shows better generalization to unseen initial states compared to baselines.
Planning Transformer offers a practical blueprint for integrating planning into sequence models without computational overhead at inference time. This could influence future RL architectures that combine the scalability of transformers with structured reasoning. For AI practitioners, it suggests that implicit planning via token prediction is a viable path toward more capable and sample-efficient agents, especially in domains requiring long-term credit assignment.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba