paper-with-me

Papers

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. However, any practical instantiation of RL also involves an online component, where policies pretrained on passive offline datasets are finetuned via taskspecific interactions with the environment. We propose Online Decision Transformers (ODT), an RL algorithm based on sequence modeling that blends offline pretraining with online finetuning in a unified framework. Our framework uses sequence-level entropy regularizers in conjunction with autoregressive modeling objectives for sample-efficient exploration and finetuning. Empirically, we show that ODT is competitive with the state-of-the-art in absolute performance on the D4RL benchmark but shows much more significant gains during the finetuning procedure.

📄 PDF Abstract BibTeX arXiv:2202.05607

Code (2)

facebookresearch/online-dt 공식 구현 pytorch
daniellawson9999/online-decision-transformer pytorch

Tasks

D4RLEfficient ExplorationLanguage ModelingLanguage ModellingReinforcement Learning (RL)

Similar 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 initia…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

OnDeFog: Online Decision Transformer under Frame Dropping

2026-06-18 · Daiki Yotsufuji, Kenta Nishihara, Shoma Shimizu, Kento Uchida 외 arxiv

In challenging real-world reinforcement learning applications, communication delays or sensor failures often cause frame dropping, in which the agent cannot receive the dropped states and associated rewards. To address t…

Reinforcement Learning

Maximum-Entropy Regularized Decision Transformer with Reward Relabelling for Dynamic Recommendation

2024-06-02 · Xiaocong Chen, Siyu Wang, Lina Yao

Reinforcement learning-based recommender systems have recently gained popularity. However, due to the typical limitations of simulation environments (e.g., data inefficiency), most of the work cannot be broadly applied i…

Recommendation Systemsreinforcement-learningReinforcement Learning

DODT: Enhanced Online Decision Transformer Learning through Dreamer's Actor-Critic Trajectory Forecasting

2024-10-15 · Eric Hanchen Jiang, Zhi Zhang, Dinghuai Zhang, Andrew Lizarraga 외

Advancements in reinforcement learning have led to the development of sophisticated models capable of learning complex decision-making tasks. However, efficiently integrating world models with decision transformers remai…

Decision MakingModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1