paper-with-me

Papers

Distilling Reinforcement Learning Algorithms for In-Context Model-Based Planning

2025-02-26 · Jaehyeon Son, Soochan Lee, Gunhee Kim

Recent studies have shown that Transformers can perform in-context reinforcement learning (RL) by imitating existing RL algorithms, enabling sample-efficient adaptation to unseen tasks without parameter updates. However, these models also inherit the suboptimal behaviors of the RL algorithms they imitate. This issue primarily arises due to the gradual update rule employed by those algorithms. Model-based planning offers a promising solution to this limitation by allowing the models to simulate potential outcomes before taking action, providing an additional mechanism to deviate from the suboptimal behavior. Rather than learning a separate dynamics model, we propose Distillation for In-Context Planning (DICP), an in-context model-based RL framework where Transformers simultaneously learn environment dynamics and improve policy in-context. We evaluate DICP across a range of discrete and continuous environments, including Darkroom variants and Meta-World. Our results show that DICP achieves state-of-the-art performance while requiring significantly fewer environment interactions than baselines, which include both model-free counterparts and existing meta-RL methods.

📄 PDF Abstract BibTeX arXiv:2502.19009

Code (1)

jaehyeon-son/dicp 공식 구현 pytorch

Tasks

In-Context Reinforcement LearningReinforcement Learning (RL)

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

New Auction Algorithms for Path Planning, Network Transport, and Reinforcement Learning

2022-07-19 · Dimitri Bertsekas

We consider some classical optimization problems in path planning and network transport, and we introduce new auction-based algorithms for their optimal and suboptimal solution. The algorithms are based on mathematical i…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Distilling Motion Planner Augmented Policies into Visual Control Policies for Robot Manipulation

2021-11-11 · I-Chun Arthur Liu, Shagun Uppal, Gaurav S. Sukhatme, Joseph J. Lim 외

Learning complex manipulation tasks in realistic, obstructed environments is a challenging problem due to hard exploration in the presence of obstacles and high-dimensional visual observations. Prior work tackles the exp…

Imitation LearningMotion Planningreinforcement-learningReinforcement Learning+2

Leveraging Knowledge Distillation for Efficient Deep Reinforcement Learning in Resource-Constrained Environments

2023-10-16 · Guanlin Meng

This paper aims to explore the potential of combining Deep Reinforcement Learning (DRL) with Knowledge Distillation (KD) by distilling various DRL algorithms and studying their distillation effects. By doing so, the comp…

Decision MakingDeep Reinforcement LearningGPUKnowledge Distillation+1

A review of motion planning algorithms for intelligent robotics

2021-02-04 · Chengmin Zhou, Bingding Huang, Pasi Fränti

We investigate and analyze principles of typical motion planning algorithms. These include traditional planning algorithms, supervised learning, optimal value reinforcement learning, policy gradient reinforcement learnin…

Motion PlanningQ-Learningreinforcement-learningReinforcement Learning+1