paper-with-me

홈 › Papers

CUP: Critic-Guided Policy Reuse

2022-10-15 · Jin Zhang, Siyuan Li, Chongjie Zhang

The ability to reuse previous policies is an important aspect of human intelligence. To achieve efficient policy reuse, a Deep Reinforcement Learning (DRL) agent needs to decide when to reuse and which source policies to reuse. Previous methods solve this problem by introducing extra components to the underlying algorithm, such as hierarchical high-level policies over source policies, or estimations of source policies' value functions on the target task. However, training these components induces either optimization non-stationarity or heavy sampling cost, significantly impairing the effectiveness of transfer. To tackle this problem, we propose a novel policy reuse algorithm called Critic-gUided Policy reuse (CUP), which avoids training any extra components and efficiently reuses source policies. CUP utilizes the critic, a common component in actor-critic methods, to evaluate and choose source policies. At each state, CUP chooses the source policy that has the largest one-step improvement over the current target policy, and forms a guidance policy. The guidance policy is theoretically guaranteed to be a monotonic improvement over the current target policy. Then the target policy is regularized to imitate the guidance policy to perform efficient policy search. Empirical results demonstrate that CUP achieves efficient transfer and significantly outperforms baseline algorithms.

📄 PDF Abstract BibTeX arXiv:2210.08153

Code (1)

nagisazj/cup 공식 구현 pytorch

Tasks

Deep Reinforcement Learning

Similar Papers 제목 키워드 기반

Generalized Proximal Policy Optimization with Sample Reuse

2021-10-29 · NeurIPS 2021 12 · James Queeney, Ioannis Ch. Paschalidis, Christos G. Cassandras

In real-world decision making tasks, it is critical for data-driven reinforcement learning methods to be both stable and sample efficient. On-policy methods typically generate reliable policy improvement throughout train…

Decision Making

Variance Reduction based Partial Trajectory Reuse to Accelerate Policy Gradient Optimization

2022-05-06 · Hua Zheng, Wei Xie

Built on our previous study on green simulation assisted policy gradient (GS-PG) focusing on trajectory-based reuse, in this paper, we consider infinite-horizon Markov Decision Processes and create a new importance sampl…

Decision Making

Critic-Guided Reinforcement Unlearning in Text-to-Image Diffusion

2026-01-06 · Mykola Vysotskyi, Zahar Kohut, Mariia Shpir, Taras Rumezhak 외 arxiv

Machine unlearning in text-to-image diffusion models aims to remove targeted concepts while preserving overall utility. Prior diffusion unlearning methods typically rely on supervised weight edits or global penalties; re…

Lever: Inference-Time Policy Reuse under Support Constraints

2026-04-22 · Ihor Vitenko, Noha Ibrahim, Sihem Amer-Yahia arxiv

Reinforcement learning (RL) policies are typically trained for fixed objectives, making reuse difficult when task requirements change. We study inference-time policy reuse: given a library of pre-trained policies and a n…

Reinforcement Learning

Novelty-Guided Data Reuse for Efficient and Diversified Multi-Agent Reinforcement Learning

2024-12-20 · Yangkun Chen, Kai Yang, Jian Tao, Jiafei Lyu

Recently, deep Multi-Agent Reinforcement Learning (MARL) has demonstrated its potential to tackle complex cooperative tasks, pushing the boundaries of AI in collaborative environments. However, the efficiency of these sy…

DiversityMulti-agent Reinforcement LearningStarcraftStarcraft II