paper-with-me

홈 › Papers

Self-Composing Policies for Scalable Continual Reinforcement Learning

2025-06-04 · Mikel Malagón, Josu Ceberio, Jose A. Lozano

This work introduces a growable and modular neural network architecture that naturally avoids catastrophic forgetting and interference in continual reinforcement learning. The structure of each module allows the selective combination of previous policies along with its internal policy, accelerating the learning process on the current task. Unlike previous growing neural network approaches, we show that the number of parameters of the proposed approach grows linearly with respect to the number of tasks, and does not sacrifice plasticity to scale. Experiments conducted in benchmark continuous control and visual problems reveal that the proposed approach achieves greater knowledge transfer and performance than alternative methods.

📄 PDF Abstract BibTeX arXiv:2506.14811

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous Controlreinforcement-learningReinforcement LearningTransfer Learning

Similar Papers 제목 키워드 기반

Hierarchical Subspaces of Policies for Continual Offline Reinforcement Learning

2024-12-19 · Anthony Kobanda, Rémy Portelas, Odalric-Ambrym Maillard, Ludovic Denoyer

In dynamic domains such as autonomous robotics and video game simulations, agents must continuously adapt to new tasks while retaining previously acquired skills. This ongoing process, known as Continual Reinforcement Le…

Continual LearningMuJoCoreinforcement-learningReinforcement Learning

Building a Subspace of Policies for Scalable Continual Learning

2022-11-18 · Jean-Baptiste Gaya, Thang Doan, Lucas Caccia, Laure Soulier 외

The ability to continuously acquire new knowledge and skills is crucial for autonomous agents. Existing methods are typically based on either fixed-size models that struggle to learn a large number of diverse behaviors, …

Continual Learning

AbideGym: Turning Static RL Worlds into Adaptive Challenges

2025-09-25 · Abi Aryan, Zac Liu, Aaron Childress arxiv

Agents trained with reinforcement learning often develop brittle policies that fail when dynamics shift, a problem amplified by static benchmarks. AbideGym, a dynamic MiniGrid wrapper, introduces agent-aware perturbation…

Reinforcement LearningContinual Learning

Continual Learning In Environments With Polynomial Mixing Times

2021-12-13 · Matthew Riemer, Sharath Chandra Raparthy, Ignacio Cases, Gopeshh Subbaraj 외

The mixing time of the Markov chain induced by a policy limits performance in real-world continual learning scenarios. Yet, the effect of mixing times on learning in continual reinforcement learning (RL) remains underexp…

Atari GamesContinual LearningReinforcement Learning (RL)

CRoSS: A Continual Robotic Simulation Suite for Scalable Reinforcement Learning with High Task Diversity and Realistic Physics Simulation

2026-02-04 · Yannick Denker, Alexander Gepperth arxiv

Continual reinforcement learning (CRL) requires agents to learn from a sequence of tasks without forgetting previously acquired policies. In this work, we introduce a novel benchmark suite for CRL based on realistically …

Reinforcement Learning