Meta-Cognitive Reinforcement Learning with Self-Doubt and Recovery
Zhipeng Zhang, Wenting Ma, Kai Li, Meng Guo, Lei Yang, Wei Yu, Hongji Cui, Yichen Zhang, Mo Zhang, Jinzhe Lin, Zhenjie Yao
TL;DR
This work tackles the problem of RL reliability under unreliable and non-stationary feedback by proposing a meta-cognitive framework that regulates learning via a hidden internal signal. A meta-trust variable, driven by Value Prediction Error Stability ($VPES$), governs when to allow learning updates and when to apply a fail-safe suppression, followed by a gradual recovery of learning capacity as stability returns. The approach integrates seamlessly with PPO and other actor-critic methods, and the key contributions include the VPES-based stability monitor, asymmetric trust dynamics, and a two-time-scale control loop. Empirical results on reward-corrupted continuous-control tasks show substantial reductions in late-stage failures and improved tail-risk metrics, demonstrating robustness and practical viability for long-horizon and safety-critical RL deployments.
Abstract
Robust reinforcement learning methods typically focus on suppressing unreliable experiences or corrupted rewards, but they lack the ability to reason about the reliability of their own learning process. As a result, such methods often either overreact to noise by becoming overly conservative or fail catastrophically when uncertainty accumulates. In this work, we propose a meta-cognitive reinforcement learning framework that enables an agent to assess, regulate, and recover its learning behavior based on internally estimated reliability signals. The proposed method introduces a meta-trust variable driven by Value Prediction Error Stability (VPES), which modulates learning dynamics via fail-safe regulation and gradual trust recovery. Experiments on continuous-control benchmarks with reward corruption demonstrate that recovery-enabled meta-cognitive control achieves higher average returns and significantly reduces late-stage training failures compared to strong robustness baselines.
