paper-with-me

홈 › Papers

Don't Forget Your Teacher: A Corrective Reinforcement Learning Framework

2019-05-30 · Mohammadreza Nazari, Majid Jahani, Lawrence V. Snyder, Martin Takáč

Although reinforcement learning (RL) can provide reliable solutions in many settings, practitioners are often wary of the discrepancies between the RL solution and their status quo procedures. Therefore, they may be reluctant to adapt to the novel way of executing tasks proposed by RL. On the other hand, many real-world problems require relatively small adjustments from the status quo policies to achieve improved performance. Therefore, we propose a student-teacher RL mechanism in which the RL (the "student") learns to maximize its reward, subject to a constraint that bounds the difference between the RL policy and the "teacher" policy. The teacher can be another RL policy (e.g., trained under a slightly different setting), the status quo policy, or any other exogenous policy. We formulate this problem using a stochastic optimization model and solve it using a primal-dual policy gradient algorithm. We prove that the policy is asymptotically optimal. However, a naive implementation suffers from high variance and convergence to a stochastic optimal policy. With a few practical adjustments to address these issues, our numerical experiments confirm the effectiveness of our proposed method in multiple GridWorld scenarios.

📄 PDF Abstract BibTeX arXiv:1905.13562

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Stochastic Optimization

Similar Papers 제목 키워드 기반

Neural Corrective Machine Unranking

2024-11-13 · Jingrui Hou, Axel Finke, Georgina Cosma

Machine unlearning in neural information retrieval (IR) systems requires removing specific data whilst maintaining model performance. Applying existing machine unlearning methods to IR may compromise retrieval effectiven…

Information RetrievalMachine UnlearningRetrieval

Your Teacher Can't Help You Here: Combating Supervision Fidelity Decay in On-Policy Distillation

2026-05-29 · Yanjiang Liu, Jie Lou, Xinyan Guan, Yuqiu Ji 외 arxiv

On-policy distillation transfers reasoning capabilities by training a student model on its own generated trajectories using token-level feedback from a teacher. However, we identify a critical bottleneck, \textbf{Supervi…

Computational Efficiency

Interactive Learning with Corrective Feedback for Policies based on Deep Neural Networks

2018-09-30 · Rodrigo Pérez-Dattari, Carlos Celemin, Javier Ruiz-del-Solar, Jens Kober

Deep Reinforcement Learning (DRL) has become a powerful strategy to solve complex decision making problems based on Deep Neural Networks (DNNs). However, it is highly data demanding, so unfeasible in physical systems for…

Car RacingDecision MakingDeep Reinforcement LearningReinforcement Learning

Adapt Your Teacher: Improving Knowledge Distillation for Exemplar-free Continual Learning

2023-08-18 · Filip Szatkowski, Mateusz Pyla, Marcin Przewięźlikowski, Sebastian Cygert 외

In this work, we investigate exemplar-free class incremental learning (CIL) with knowledge distillation (KD) as a regularization strategy, aiming to prevent forgetting. KD-based methods are successfully used in CIL, but …

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+3

Continual Policy Distillation from Distributed Reinforcement Learning Teachers

2026-01-30 · Yuxuan Li, Qijun He, Mingqi Yuan, Wen-Tse Chen 외 arxiv

Continual Reinforcement Learning (CRL) aims to develop lifelong learning agents to continuously acquire knowledge across diverse tasks while mitigating catastrophic forgetting. This requires efficiently managing the stab…

Reinforcement LearningMulti-Task Learning