paper-with-me

홈 › Papers

In-Context Reinforcement Learning From Suboptimal Historical Data

2026-01-27 · Juncheng Dong, Moyang Guo, Ethan X. Fang, Zhuoran Yang, Vahid Tarokh 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 learning (ICRL). In this setting, we initially train a transformer on an offline dataset consisting of trajectories collected from various RL tasks, and then fix and use this transformer to create an action policy for new RL tasks. Notably, we consider the setting where the offline dataset contains trajectories sampled from suboptimal behavioral policies. In this case, standard autoregressive training corresponds to imitation learning and results in suboptimal performance. To address this, we propose the Decision Importance Transformer(DIT) framework, which emulates the actor-critic algorithm in an in-context manner. In particular, we first train a transformer-based value function that estimates the advantage functions of the behavior policies that collected the suboptimal trajectories. Then we train a transformer-based policy via a weighted maximum likelihood estimation loss, where the weights are constructed based on the trained value function to steer the suboptimal policies to the optimal ones. We conduct extensive experiments to test the performance of DIT on both bandit and Markov Decision Process problems. Our results show that DIT achieves superior performance, particularly when the offline dataset contains suboptimal historical data.

📄 PDF Abstract BibTeX arXiv:2601.20116

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Contextual Rollout Bandits for Reinforcement Learning with Verifiable Rewards

2026-02-09 · Xiaodong Lu, Xiaohan Wang, Jiajun Chai, Guojun Yin 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is an effective paradigm for improving the reasoning capabilities of large language models. However, existing RLVR methods utilize rollouts in an indiscriminate and s…

Reinforcement LearningMathematical Reasoning

Optimizing Warfarin Dosing Using Contextual Bandit: An Offline Policy Learning and Evaluation Method

2024-02-16 · Yong Huang, Charles A. Downs, Amir M. Rahmani

Warfarin, an anticoagulant medication, is formulated to prevent and address conditions associated with abnormal blood clotting, making it one of the most prescribed drugs globally. However, determining the suitable dosag…

Decision Making

Enhancing Language Model Rationality with Bi-Directional Deliberation Reasoning

2024-07-08 · Yadong Zhang, Shaoguang Mao, Wenshan Wu, Yan Xia 외

This paper introduces BI-Directional DEliberation Reasoning (BIDDER), a novel reasoning approach to enhance the decision rationality of language models. Traditional reasoning methods typically rely on historical informat…

Decision MakingLanguage ModelingLanguage Modelling

Beyond Confidence: Adaptive and Coherent Decoding for Diffusion Language Models

2025-11-26 · Kecheng Chen, Ziru Liu, Xijia Tao, Hui Liu 외 arxiv

Diffusion Language Models (DLMs) have recently achieved significant success due to their any-order generation capabilities. However, existing inference methods typically rely on local, immediate-step metrics such as conf…

Multi-Agent Reinforcement Learning as a Computational Tool for Language Evolution Research: Historical Context and Future Challenges

2020-02-20 · Clément Moulin-Frier, Pierre-Yves Oudeyer

Computational models of emergent communication in agent populations are currently gaining interest in the machine learning community due to recent advances in Multi-Agent Reinforcement Learning (MARL). Current contributi…

BIG-bench Machine LearningMulti-agent Reinforcement LearningPositionreinforcement-learning+2