decision-transformer-rl-as-sequence-modeling

IN premiseentries/2026/06/21/wiki-Transformer_deep_learning_architecture-chunk-6.md

Created 2026-06-21T09:50:11+00:00

Decision Transformer (Chen et al., 2021) recasts reinforcement learning as sequence modeling, applying the Transformer architecture to RL problems.

Summary

Instead of building specialized algorithms for trial-and-error learning, you can treat the whole problem as "predict the next item in a sequence" and let a standard transformer model (the same architecture behind large language models) handle it. This matters because it lets reinforcement learning piggyback on the massive scaling, training, and inference infrastructure already built for sequence models, removing the need for bespoke RL machinery and making it easier to condition on desired outcomes rather than hand-engineered reward functions.

Dependents

These beliefs depend on this one: