CAT: Caution Aware Transfer in Reinforcement Learning via Distributional Risk
Mohamad Fares El Hajj Chehade, Amrit Singh Bedi, Amy Zhang, Hao Zhu
TL;DR
The paper addresses safe transfer in reinforcement learning by introducing Caution-Aware Transfer (CAT), a framework that treats risk as a general notion via state-action occupancy measures and optimizes a weighted return-caution objective during test-time transfer. It maintains risk-neutral source policies and constructs a test-time policy by selecting actions that maximize a combined score $Q^{\pi_j}_i(s,b) - c\rho_i(d^{\pi_j})$, where $\rho_i$ captures barrier, variance, or divergence-based caution. Theoretical analysis provides a suboptimality bound on theCAT policy relative to source policies, and an extension to CAT-SF enables efficient test-time evaluation with successor features. Empirically, CAT yields safer policies in Gridworld and Reacher, highlighting its practical impact for deploying RL agents under uncertain and varied risk conditions. These contributions advance data-efficient and safety-aware transfer in RL with broad applicability to real-world systems.
Abstract
Transfer learning in reinforcement learning (RL) has become a pivotal strategy for improving data efficiency in new, unseen tasks by utilizing knowledge from previously learned tasks. This approach is especially beneficial in real-world deployment scenarios where computational resources are constrained and agents must adapt rapidly to novel environments. However, current state-of-the-art methods often fall short in ensuring safety during the transfer process, particularly when unforeseen risks emerge in the deployment phase. In this work, we address these limitations by introducing a novel Caution-Aware Transfer Learning (CAT) framework. Unlike traditional approaches that limit risk considerations to mean-variance, we define "caution" as a more generalized and comprehensive notion of risk. Our core innovation lies in optimizing a weighted sum of reward return and caution-based on state-action occupancy measures-during the transfer process, allowing for a rich representation of diverse risk factors. To the best of our knowledge, this is the first work to explore the optimization of such a generalized risk notion within the context of transfer RL. Our contributions are threefold: (1) We propose a Caution-Aware Transfer (CAT) framework that evaluates source policies within the test environment and constructs a new policy that balances reward maximization and caution. (2) We derive theoretical sub-optimality bounds for our method, providing rigorous guarantees of its efficacy. (3) We empirically validate CAT, demonstrating that it consistently outperforms existing methods by delivering safer policies under varying risk conditions in the test tasks.
