paper-with-me

Papers

Value Function Initialization for Knowledge Transfer and Jump-start in Deep Reinforcement Learning

2025-08-12 · Soumia Mehimeh arxiv

Value function initialization (VFI) is an effective way to achieve a jumpstart in reinforcement learning (RL) by leveraging value estimates from prior tasks. While this approach is well established in tabular settings, extending it to deep reinforcement learning (DRL) poses challenges due to the continuous nature of the state-action space, the noisy approximations of neural networks, and the impracticality of storing all past models for reuse. In this work, we address these challenges and introduce DQInit, a method that adapts value function initialization to DRL. DQInit reuses compact tabular Q-values extracted from previously solved tasks as a transferable knowledge base. It employs a knownness-based mechanism to softly integrate these transferred values into underexplored regions and gradually shift toward the agent's learned estimates, avoiding the limitations of fixed time decay. Our approach offers a novel perspective on knowledge transfer in DRL by relying solely on value estimates rather than policies or demonstrations, effectively combining the strengths of jumpstart RL and policy distillation while mitigating their drawbacks. Experiments across multiple continuous control tasks demonstrate that DQInit consistently improves early learning efficiency, stability, and overall performance compared to standard initialization and existing transfer techniques.

📄 PDF Abstract BibTeX arXiv:2508.09277

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinuous Control

Similar Papers 제목 키워드 기반

Efficient Knowledge Transfer for Jump-Starting Control Policy Learning of Multirotors through Physics-Aware Neural Architectures

2026-02-17 · Welf Rehberg, Mihir Kulkarni, Philipp Weiss, Kostas Alexis arxiv

Efficiently training control policies for robots is a major challenge that can greatly benefit from utilizing knowledge gained from training similar systems through cross-embodiment knowledge transfer. In this work, we f…

Reinforcement Learning

Universal Successor Representations for Transfer Reinforcement Learning

2018-04-11 · Chen Ma, Junfeng Wen, Yoshua Bengio

The objective of transfer reinforcement learning is to generalize from a set of previous tasks to unseen new tasks. In this work, we focus on the transfer scenario where the dynamics among tasks are the same, but their g…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning+1

New starting point registration method for tagged MRI tongue motion estimation

2023-02-08 · Jinglun Yu, Muhan Shao, Zhangxing Bian, Xiao Liang 외

Accurate tongue motion estimation is essential for tongue function evaluation. The harmonic phase processing (HARP) method and the phase vector incompressible registration algorithm (PVIRA) based on HARP can generate mot…

Motion EstimationTAG

A Novel Population Initialization Method via Adaptive Experience Transfer for General-Purpose Binary Evolutionary Optimization

2025-11-29 · Zhiyuan Wang, Shengcai Liu, Shaofeng Zhang, Ke Tang arxiv

Evolutionary Algorithms (EAs) are widely used general-purpose optimization methods due to their domain independence. However, under a limited number of function evaluations (#FEs), the performance of EAs is quite sensiti…

A Data-Driven Evolutionary Transfer Optimization for Expensive Problems in Dynamic Environments

2022-11-05 · Ke Li, Renzhi Chen, Xin Yao

Many real-world problems are usually computationally costly and the objective functions evolve over time. Data-driven, a.k.a. surrogate-assisted, evolutionary optimization has been recognized as an effective approach for…

Transfer Learning