paper-with-me

홈 › Papers

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

2023-09-18 · Yevgen Chebotar, Quan Vuong, Alex Irpan, Karol Hausman, Fei Xia, Yao Lu, Aviral Kumar, Tianhe Yu, Alexander Herzog, Karl Pertsch, Keerthana Gopalakrishnan, Julian Ibarz, Ofir Nachum, Sumedh Sontakke, Grecia Salazar, Huong T Tran, Jodilyn Peralta, Clayton Tan, Deeksha Manjunath, Jaspiar Singht, Brianna Zitkovich, Tomas Jackson, Kanishka Rao, Chelsea Finn, Sergey Levine

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

📄 PDF Abstract BibTeX arXiv:2309.10150

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningOffline RLQ-Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

In-Context Reinforcement Learning From Suboptimal Historical Data

2026-01-27 · Juncheng Dong, Moyang Guo, Ethan X. Fang, Zhuoran Yang 외 arxiv

Transformer models have achieved remarkable empirical successes, largely due to their in-context learning capabilities. Inspired by this, we explore training an autoregressive transformer for in-context reinforcement lea…

Reinforcement Learning

Decision Transformer: Reinforcement Learning via Sequence Modeling

2021-06-02 · NeurIPS 2021 12 · Lili Chen, Kevin Lu, Aravind Rajeswaran, Kimin Lee 외

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 l…

Atari GamesD4RLLanguage ModelingLanguage Modelling+5

Q-value Regularized Decision ConvFormer for Offline Reinforcement Learning

2024-09-12 · Teng Yan, Zhendong Ruan, Yaobang Cai, Yu Han 외

As a data-driven paradigm, offline reinforcement learning (Offline RL) has been formulated as sequence modeling, where the Decision Transformer (DT) has demonstrated exceptional capabilities. Unlike previous reinforcemen…

D4RLOffline RLreinforcement-learningReinforcement Learning

Reinforcement Learning Gradients as Vitamin for Online Finetuning Decision Transformers

2024-10-31 · Kai Yan, Alexander G. Schwing, Yu-Xiong Wang

Decision Transformers have recently emerged as a new and compelling paradigm for offline Reinforcement Learning (RL), completing a trajectory in an autoregressive way. While improvements have been made to overcome initia…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Normalizing Flows are Capable Models for RL

2025-05-29 · Raj Ghugare, Benjamin Eysenbach

Modern reinforcement learning (RL) algorithms have found success by using powerful probabilistic models, such as transformers, energy-based models, and diffusion/flow-based models. To this end, RL researchers often choos…

Imitation LearningReinforcement Learning (RL)