Efficient Adaptation of Reinforcement Learning Agents to Sudden Environmental Change
Jonathan Clifford Balloch
TL;DR
This work develops a formal framework and practical methods for online test-time adaptation (OTTA) in reinforcement learning. It demonstrates that efficient adaptation hinges on two pillars: exploration strategies that prioritize diverse, stochastic, task-agnostic data and knowledge-preservation techniques that selectively update reusable prior information. The thesis introduces NovGrid to study novelty in sequential decision tasks, and proposes three core solutions: (i) Dual Objectivity Priority Sampling (DOPS) to align data with learning objectives in model-based RL; (ii) WorldCloner, a neurosymbolic world-model approach that preserves prior knowledge via a symbolic rule model and enables imagination-based policy adaptation; and (iii) Concept Bottleneck World Models (CBWMs) to ground latent representations in interpretable concepts, aiding knowledge preservation and adaptation. Together, these contributions advance OTTA theory and provide practical pathways for deploying adaptive RL systems in non-stationary real-world environments, with demonstrated gains in sample efficiency, adaptation speed, and interpretability. The work also highlights the trade-offs between neural and symbolic representations for rapid adaptation and sets the stage for future research on extended novelty definitions, safe exploration, and scalable symbolic grounding in RL.
Abstract
Real-world autonomous decision-making systems, from robots to recommendation engines, must operate in environments that change over time. While deep reinforcement learning (RL) has shown an impressive ability to learn optimal policies in stationary environments, most methods are data intensive and assume a world that does not change between training and test time. As a result, conventional RL methods struggle to adapt when conditions change. This poses a fundamental challenge: how can RL agents efficiently adapt their behavior when encountering novel environmental changes during deployment without catastrophically forgetting useful prior knowledge? This dissertation demonstrates that efficient online adaptation requires two key capabilities: (1) prioritized exploration and sampling strategies that help identify and learn from relevant experiences, and (2) selective preservation of prior knowledge through structured representations that can be updated without disruption to reusable components.
