paper-with-me

Papers

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 initial shortcomings, online finetuning of decision transformers has been surprisingly under-explored. The widely adopted state-of-the-art Online Decision Transformer (ODT) still struggles when pretrained with low-reward offline data. In this paper, we theoretically analyze the online-finetuning of the decision transformer, showing that the commonly used Return-To-Go (RTG) that's far from the expected return hampers the online fine-tuning process. This problem, however, is well-addressed by the value function and advantage of standard RL algorithms. As suggested by our analysis, in our experiments, we hence find that simply adding TD3 gradients to the finetuning process of ODT effectively improves the online finetuning performance of ODT, especially if ODT is pretrained with low-reward offline data. These findings provide new directions to further improve decision transformers.

📄 PDF Abstract BibTeX arXiv:2410.24108

Code (1)

kaiyan289/rl_as_vitamin_for_online_decision_transformers 공식 구현 pytorch

Tasks

reinforcement-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 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Online Finetuning Decision Transformers with Pure RL Gradients

2026-01-01 · Junkai Luo, Yinglun Zhu arxiv

Decision Transformers (DTs) have emerged as a powerful framework for sequential decision making by formulating offline reinforcement learning (RL) as a sequence modeling problem. However, extending DTs to online settings…

Reinforcement LearningDecision Making

Online Decision Transformer

2022-02-11 · Qinqing Zheng, Amy Zhang, Aditya Grover

Recent work has shown that offline reinforcement learning (RL) can be formulated as a sequence modeling problem (Chen et al., 2021; Janner et al., 2021) and solved via approaches similar to large-scale language modeling.…

D4RLEfficient ExplorationLanguage ModelingLanguage Modelling+1

Modelling vitamin D food fortification among Aboriginal and Torres Strait Islander peoples in Australia

2024-07-29 · Belinda Neo, Noel Nannup, Dale Tilbrook, Eleanor Dunlop 외

Background: Low vitamin D intake and high prevalence of vitamin D deficiency (serum 25-hydroxyvitamin D concentration < 50 nmol/L) among Aboriginal and Torres Strait Islander peoples highlight a need for public health st…

Quantifying vitamin D intake among Aboriginal and Torres Strait Islander peoples in Australia

2024-07-17 · Belinda Neo, Dale Tilbrook, Noel Nannup, Alison Daly 외

Background/Objective: Vitamin D deficiency (serum 25-hydroxyvitamin D [25(OH)D] concentration <50 nmol/L) is prevalent among Aboriginal and Torres Strait Islander peoples in Australia. Alternative to sun exposure (the pr…

Nutrition

Policy Finetuning: Bridging Sample-Efficient Offline and Online Reinforcement Learning

2021-06-09 · NeurIPS 2021 12 · Tengyang Xie, Nan Jiang, Huan Wang, Caiming Xiong 외

Recent theoretical work studies sample-efficient reinforcement learning (RL) extensively in two settings: learning interactively in the environment (online RL), or learning from an offline dataset (offline RL). However, …

Offline RLOpen-Ended Question Answeringreinforcement-learningReinforcement Learning+1