HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Decision Transformer: Reinforcement Learning via Sequence Modeling

Lili Chen Kevin Lu Aravind Rajeswaran Kimin Lee Aditya Grover Michael Laskin Pieter Abbeel Aravind Srinivas Igor Mordatch

Decision Transformer: Reinforcement Learning via Sequence Modeling

Abstract

We introduce 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.

Benchmarks

BenchmarkMethodologyMetrics
atari-games-on-atari-2600-breakoutDT
Score: 267.5
atari-games-on-atari-2600-pongDT
Score: 17.1
atari-games-on-atari-2600-qbertDT
Score: 25.1
atari-games-on-atari-2600-seaquestDT
Score: 2.4
d4rl-on-d4rlDecision Transformer (DT)
Average Reward: 72.2
offline-rl-on-d4rlDecision Transformer (DT)
Average Reward: 73.5

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Decision Transformer: Reinforcement Learning via Sequence Modeling | Papers | HyperAI