Decision Transformer: Reinforcement Learning via Sequence Modeling
Abstract
We present a framework that abstracts Reinforcement Learning (RL) as a sequence modeling problem. This allows us to draw upon the simplicity and scalability of the Transformer architecture, and associated advances in language modeling such as GPT-x and BERT. In particular, we present Decision Transformer, an architecture that casts the problem of RL as conditional sequence modeling. Unlike prior approaches to RL that fit value functions or compute policy gradients, Decision Transformer simply outputs the optimal actions by leveraging a causally masked Transformer. By conditioning an autoregressive model on the desired return (reward), past states, and actions, our Decision Transformer model can generate future actions that achieve the desired return. Despite its simplicity, Decision Transformer matches or exceeds the performance of state-of-the-art model-free offline RL baselines on Atari, OpenAI Gym, and Key-to-Door tasks.
Cite
Text
Chen et al. "Decision Transformer: Reinforcement Learning via Sequence Modeling." ICML 2021 Workshops: URL, 2021.Markdown
[Chen et al. "Decision Transformer: Reinforcement Learning via Sequence Modeling." ICML 2021 Workshops: URL, 2021.](https://mlanthology.org/icmlw/2021/chen2021icmlw-decision/)BibTeX
@inproceedings{chen2021icmlw-decision,
title = {{Decision Transformer: Reinforcement Learning via Sequence Modeling}},
author = {Chen, Lili and Lu, Kevin and Rajeswaran, Aravind and Lee, Kimin and Grover, Aditya and Laskin, Michael and Abbeel, Pieter and Srinivas, Aravind and Mordatch, Igor},
booktitle = {ICML 2021 Workshops: URL},
year = {2021},
url = {https://mlanthology.org/icmlw/2021/chen2021icmlw-decision/}
}