paper-with-me

Papers

Return Augmented Decision Transformer for Off-Dynamics Reinforcement Learning

2024-10-30 · Ruhan Wang, Yu Yang, Zhishuai Liu, Dongruo Zhou, Pan Xu

We study offline off-dynamics reinforcement learning (RL) to utilize data from an easily accessible source domain to enhance policy learning in a target domain with limited data. Our approach centers on return-conditioned supervised learning (RCSL), particularly focusing on the decision transformer (DT), which can predict actions conditioned on desired return guidance and complete trajectory history. Previous works tackle the dynamics shift problem by augmenting the reward in the trajectory from the source domain to match the optimal trajectory in the target domain. However, this strategy can not be directly applicable in RCSL owing to (1) the unique form of the RCSL policy class, which explicitly depends on the return, and (2) the absence of a straightforward representation of the optimal trajectory distribution. We propose the Return Augmented Decision Transformer (RADT) method, where we augment the return in the source domain by aligning its distribution with that in the target domain. We provide the theoretical analysis demonstrating that the RCSL policy learned from RADT achieves the same level of suboptimality as would be obtained without a dynamics shift. We introduce two practical implementations RADT-DARA and RADT-MV respectively. Extensive experiments conducted on D4RL datasets reveal that our methods generally outperform dynamic programming based methods in off-dynamics RL scenarios.

📄 PDF Abstract BibTeX arXiv:2410.23450

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

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

Return-Aligned Decision Transformer

2024-02-06 · Tsunehiko Tanaka, Kenshi Abe, Kaito Ariu, Tetsuro Morimura 외

Traditional approaches in offline reinforcement learning aim to learn the optimal policy that maximizes the cumulative reward, also known as return. It is increasingly important to adjust the performance of AI agents to …

Action Generation

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)

Mental Accounts for Actions: EWA-Inspired Attention in Decision Transformers

2025-09-19 · Zahra Aref, Narayan B. Mandayam arxiv

Transformers have emerged as a compelling architecture for sequential decision-making by modeling trajectories via self-attention. In reinforcement learning (RL), they enable return-conditioned control without relying on…

Reinforcement Learning