paper-with-me

홈 › Papers

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 new composite objective, can a high-quality policy be constructed entirely offline, without additional environment interaction? We introduce lever (Leveraging Efficient Vector Embeddings for Reusable policies), an end-to-end framework that retrieves relevant policies, evaluates them using behavioral embeddings, and composes new policies via offline Q-value composition. We focus on the support-limited regime, where no value propagation is possible, and show that the effectiveness of reuse depends critically on the coverage of available transitions. To balance performance and computational cost, lever proposes composition strategies that control the exploration of candidate policies. Experiments in deterministic GridWorld environments show that inference-time composition can match, and in some cases exceed, training-from-scratch performance while providing substantial speedups. At the same time, performance degrades when long-horizon dependencies require value propagation, highlighting a fundamental limitation of offline reuse.

📄 PDF Abstract BibTeX arXiv:2604.20174

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Context-Aware Policy Reuse

2018-06-11 · Siyuan Li, Fangda Gu, Guangxiang Zhu, Chongjie Zhang

Transfer learning can greatly speed up reinforcement learning for a new task by leveraging policies of relevant tasks. Existing works of policy reuse either focus on only selecting a single best source policy for trans…

Reinforcement LearningTransfer Learning

Reparameterization Proximal Policy Optimization

2025-08-08 · Hai Zhong, Xun Wang, Zhuoran Li, Longbo Huang arxiv

By leveraging differentiable dynamics, Reparameterization Policy Gradient (RPG) achieves high sample efficiency. However, current approaches are hindered by two critical limitations: the under-utilization of computationa…

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

Sparse ActionGen: Accelerating Diffusion Policy with Real-time Pruning

2026-01-19 · Kangye Ji, Jianbo Zhou, Yuan Meng, Ye Li 외 arxiv

Diffusion Policy has dominated action generation due to its strong capabilities for modeling multi-modal action distributions, but its multi-step denoising processes make it impractical for real-time visuomotor control. …

Lifetime policy reuse and the importance of task capacity

2021-06-03 · David M. Bossens, Adam J. Sobey

A long-standing challenge in artificial intelligence is lifelong reinforcement learning, where learners are given many tasks in sequence and must transfer knowledge between tasks while avoiding catastrophic forgetting. P…

reinforcement-learningReinforcement Learning