vix.ing · top · new · best · stats

Q-Transformer: Scalable Offline Reinforcement Learning via Autoregressive Q-Functions

2023/09/18 by Yevgen Chebotar, Chebotar, Yevgen, Quan Vuong +48 · 1 voice · 35 citations
Computer Science · Engineering · #Artificial Intelligence (cs.AI) #Evolutionary Algorithms and Applications #FOS: Computer and information sciences #Machine Learning (cs.LG) #Reinforcement Learning in Robotics #Robot Manipulation and Learning #Robotics (cs.RO) #cs.AI #cs.LG #cs.RO

paper · pdf · doi:10.48550/arxiv.2309.10150

openalex publication_date 2023/09/18 · arxiv published 2023/09/18 · arxiv updated 2023/10/17 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

In this work, we present a scalable reinforcement learning method for training multi-task policies from large offline datasets that can leverage both human demonstrations and autonomously collected data. Our method uses a Transformer to provide a scalable representation for Q-functions trained via offline temporal difference backups. We therefore refer to the method as Q-Transformer. By discretizing each action dimension and representing the Q-value of each action dimension as separate tokens, we can apply effective high-capacity sequence modeling techniques for Q-learning. We present several design decisions that enable good performance with offline RL training, and show that Q-Transformer outperforms prior offline RL algorithms and imitation learning techniques on a large diverse real-world robotic manipulation task suite. The project's website and videos can be found at https://qtransformer.github.io

Cited by

Discussions

Related