đ€ AI Summary
This work addresses the degradation of agent plasticityâi.e., the capacity to adapt to novel tasks or environmentsâin continual reinforcement learning (CRL). We propose modeling plasticity loss through the lens of *churn*: output instability on out-of-distribution data during mini-batch training. We theoretically and empirically reveal that churn amplification stems from rank decay of the Neural Tangent Kernel (NTK). Building on this insight, we design C-CHAIN, a theoretically grounded algorithm that mitigates NTK rank collapse via adaptive gradient scaling, thereby stabilizing network dynamics. C-CHAIN integrates seamlessly into mainstream CRL frameworks and demonstrates significant improvements in task generalization and long-term performance across diverse benchmarksâincluding OpenAI Gym Control, ProcGen, DeepMind Control Suite, and MinAtarâconsistently outperforming state-of-the-art baselines.
đ Abstract
Plasticity, or the ability of an agent to adapt to new tasks, environments, or distributions, is crucial for continual learning. In this paper, we study the loss of plasticity in deep continual RL from the lens of churn: network output variability for out-of-batch data induced by mini-batch training. We demonstrate that (1) the loss of plasticity is accompanied by the exacerbation of churn due to the gradual rank decrease of the Neural Tangent Kernel (NTK) matrix; (2) reducing churn helps prevent rank collapse and adjusts the step size of regular RL gradients adaptively. Moreover, we introduce Continual Churn Approximated Reduction (C-CHAIN) and demonstrate it improves learning performance and outperforms baselines in a diverse range of continual learning environments on OpenAI Gym Control, ProcGen, DeepMind Control Suite, and MinAtar benchmarks.