Controlling Underestimation Bias in Constrained Reinforcement Learning for Safe Exploration
Shiqing Gao, Jiaxin Ding, Luoyi Fu, Xinbing Wang

TL;DR
This paper introduces MICE, a novel method for constrained reinforcement learning that mitigates underestimation bias by leveraging a memory module of unsafe states, leading to safer exploration and fewer constraint violations.
Contribution
The paper proposes the Memory-driven Intrinsic Cost Estimation (MICE) method, which uses a memory module and bias correction to improve safety in constrained reinforcement learning.
Findings
MICE reduces constraint violations significantly.
MICE maintains comparable policy performance to baselines.
Theoretical guarantees for convergence and constraint violation bounds.
Abstract
Constrained Reinforcement Learning (CRL) aims to maximize cumulative rewards while satisfying constraints. However, existing CRL algorithms often encounter significant constraint violations during training, limiting their applicability in safety-critical scenarios. In this paper, we identify the underestimation of the cost value function as a key factor contributing to these violations. To address this issue, we propose the Memory-driven Intrinsic Cost Estimation (MICE) method, which introduces intrinsic costs to mitigate underestimation and control bias to promote safer exploration. Inspired by flashbulb memory, where humans vividly recall dangerous experiences to avoid risks, MICE constructs a memory module that stores previously explored unsafe states to identify high-cost regions. The intrinsic cost is formulated as the pseudo-count of the current state visiting these risk regions.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI)
