paper-with-me

홈 › Papers

Continual Knowledge Adaptation for Reinforcement Learning

2025-10-22 · Jinwu Hu, Zihao Lian, Zhiquan Wen, Chenghao Li, Guohao Chen, Xutao Wen, Bin Xiao, Mingkui Tan arxiv

Reinforcement Learning enables agents to learn optimal behaviors through interactions with environments. However, real-world environments are typically non-stationary, requiring agents to continuously adapt to new tasks and changing conditions. Although Continual Reinforcement Learning facilitates learning across multiple tasks, existing methods often suffer from catastrophic forgetting and inefficient knowledge utilization. To address these challenges, we propose Continual Knowledge Adaptation for Reinforcement Learning (CKA-RL), which enables the accumulation and effective utilization of historical knowledge. Specifically, we introduce a Continual Knowledge Adaptation strategy, which involves maintaining a task-specific knowledge vector pool and dynamically using historical knowledge to adapt the agent to new tasks. This process mitigates catastrophic forgetting and enables efficient knowledge transfer across tasks by preserving and adapting critical model parameters. Additionally, we propose an Adaptive Knowledge Merging mechanism that combines similar knowledge vectors to address scalability challenges, reducing memory requirements while ensuring the retention of essential knowledge. Experiments on three benchmarks demonstrate that the proposed CKA-RL outperforms state-of-the-art methods, achieving an improvement of 4.20% in overall performance and 8.02% in forward transfer. The source code is available at https://github.com/Fhujinwu/CKA-RL.

📄 PDF Abstract BibTeX arXiv:2510.19314

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Safe Continual Reinforcement Learning Methods for Nonstationary Environments. Towards a Survey of the State of the Art

2026-01-08 · Timofey Tomashevskiy arxiv

This work provides a state-of-the-art survey of continual safe online reinforcement learning (COSRL) methods. We discuss theoretical aspects, challenges, and open questions in building continual online safe reinforcement…

Reinforcement LearningContinual Learning

Mix-CPT: A Domain Adaptation Framework via Decoupling Knowledge Learning and Format Alignment

2024-07-15 · Jinhao Jiang, Junyi Li, Wayne Xin Zhao, Yang song 외

Adapting general large language models (LLMs) to specialized domains presents great challenges due to varied data distributions. This adaptation typically requires continual pre-training on massive domain-specific corpor…

Domain AdaptationMemorization

Demonstration-Guided Continual Reinforcement Learning in Dynamic Environments

2025-12-21 · Xue Yang, Michael Schukat, Junlin Lu, Patrick Mannion 외 arxiv

Reinforcement learning (RL) excels in various applications but struggles in dynamic environments where the underlying Markov decision process evolves. Continual reinforcement learning (CRL) enables RL agents to continual…

Reinforcement Learning

Knowledge Retention for Continual Model-Based Reinforcement Learning

2025-03-06 · Yixiang Sun, Haotian Fu, Michael Littman, George Konidaris

We propose DRAGO, a novel approach for continual model-based reinforcement learning aimed at improving the incremental development of world models across a sequence of tasks that differ in their reward functions but not …

Continual LearningModel-based Reinforcement Learningreinforcement-learningReinforcement Learning

Principled Fast and Meta Knowledge Learners for Continual Reinforcement Learning

2026-03-01 · Ke Sun, Hongming Zhang, Jun Jin, Chao Gao 외 arxiv

Inspired by the human learning and memory system, particularly the interplay between the hippocampus and cerebral cortex, this study proposes a dual-learner framework comprising a fast learner and a meta learner to addre…

Reinforcement LearningContinuous ControlContinual Learning