SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2510.19314 · NeurIPS · 2025

Continual Knowledge Adaptation for Reinforcement Learning

Mingkui Tan, Bin Xiao, Zhiquan Wen, Jinwu Hu, Zihao Lian, Chenghao Li, Guohao Chen, Xutao Wen

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
Fhujinwu/CKA-RL — 2 of 3
FunctionStatusWhere it lives
FuseConv2d Ran Fhujinwu/CKA-RL/experiments/atari/models/fuse_modules.py
pointer only (licence: GPL-3.0) · get_code("57bd7c6b49015a9f")
FuseLinear Ran Fhujinwu/CKA-RL/experiments/atari/models/fuse_modules.py
pointer only (licence: GPL-3.0) · get_code("b3c5e02022b5a1f5")
FuseEncoder Not yet run Fhujinwu/CKA-RL/experiments/atari/models/fuse_modules.py
pointer only (licence: GPL-3.0) · get_code("3d399df98ffb6b44")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

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.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2510.19314")
get_code_for_paper("2510.19314")
have("2510.19314")

Connect an agent — have() is free.