paper-with-me

홈 › Papers

Filtering Learning Histories Enhances In-Context Reinforcement Learning

2025-05-21 · Weiqin Chen, Xinjie Zhang, Dharmashankar Subramanian, Santiago Paternain

Transformer models (TMs) have exhibited remarkable in-context reinforcement learning (ICRL) capabilities, allowing them to generalize to and improve in previously unseen environments without re-training or fine-tuning. This is typically accomplished by imitating the complete learning histories of a source RL algorithm over a substantial amount of pretraining environments, which, however, may transfer suboptimal behaviors inherited from the source algorithm/dataset. Therefore, in this work, we address the issue of inheriting suboptimality from the perspective of dataset preprocessing. Motivated by the success of the weighted empirical risk minimization, we propose a simple yet effective approach, learning history filtering (LHF), to enhance ICRL by reweighting and filtering the learning histories based on their improvement and stability characteristics. To the best of our knowledge, LHF is the first approach to avoid source suboptimality by dataset preprocessing, and can be combined with the current state-of-the-art (SOTA) ICRL algorithms. We substantiate the effectiveness of LHF through a series of experiments conducted on the well-known ICRL benchmarks, encompassing both discrete environments and continuous robotic manipulation tasks, with three SOTA ICRL algorithms (AD, DPT, DICP) as the backbones. LHF exhibits robust performance across a variety of suboptimal scenarios, as well as under varying hyperparameters and sampling strategies. Notably, the superior performance of LHF becomes more pronounced in the presence of noisy data, indicating the significance of filtering learning histories.

📄 PDF Abstract BibTeX arXiv:2505.15143

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Reinforcement 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$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

In-context Reinforcement Learning with Algorithm Distillation

2022-10-25 · Michael Laskin, Luyu Wang, Junhyuk Oh, Emilio Parisotto 외

We propose Algorithm Distillation (AD), a method for distilling reinforcement learning (RL) algorithms into neural networks by modeling their training histories with a causal sequence model. Algorithm Distillation treats…

In-Context Reinforcement Learningreinforcement-learningReinforcement Learning

A Survey of In-Context Reinforcement Learning

2025-02-11 · Amir Moeini, Jiuqi Wang, Jacob Beck, Ethan Blaser 외

Reinforcement learning (RL) agents typically optimize their policies by performing expensive backward passes to update their network parameters. However, some agents can solve new tasks without updating any parameters by…

In-Context Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Edit-R2: Context-Aware Reinforcement Learning for Multi-Turn Image Editing

2026-06-04 · Yuxiao Ye, Haoran He, Fangyuan Kong, Xintao Wang 외 arxiv

Text-guided image editing has advanced rapidly with diffusion models and unified multimodal foundation models. However, most existing methods remain confined to single-turn settings, overlooking the more realistic scenar…

Reinforcement LearningInstruction FollowingImage GenerationImage Editing

History-Augmented Collaborative Filtering for Financial Recommendations

2021-02-26 · Baptiste Barreau, Laurent Carlier

In many businesses, and particularly in finance, the behavior of a client might drastically change over time. It is consequently crucial for recommender systems used in such environments to be able to adapt to these chan…

Collaborative FilteringRecommendation Systems

Emergence of In-Context Reinforcement Learning from Noise Distillation

2023-12-19 · Ilya Zisman, Vladislav Kurenkov, Alexander Nikulin, Viacheslav Sinii 외

Recently, extensive studies in Reinforcement Learning have been carried out on the ability of transformers to adapt in-context to various environments and tasks. Current in-context RL methods are limited by their strict …

In-Context Reinforcement Learningreinforcement-learningReinforcement Learning