Competence-Aware AI Agents with Metacognition for Unknown Situations and Environments (MUSE)
Rodolfo Valiente, Praveen K. Pilly
TL;DR
The paper tackles the vulnerability of autonomous agents to unknown environments by introducing MUSE, a competence-aware metacognitive framework that integrates self-assessment and self-regulation. It provides two concrete implementations: a decoder-based world-model agent built on Dreamer-v3 and an LLM-based agent that extends ReAct and Reflexion with competence grounding. Across Meta-World and ALFWorld, MUSE demonstrates strong competence awareness (AUROC$_2$ up to 0.95 and metacognitive accuracy around 92%) and superior self-regulation, solving significantly more novel tasks and faster than non-metacognitive baselines. The work suggests that metacognition can enable safer online adaptation and better generalization to unseen tasks, even with smaller LLMs and less reliance on extensive pre-training data.
Abstract
Metacognition, defined as the awareness and regulation of one's cognitive processes, is central to human adaptability in unknown situations. In contrast, current autonomous agents often struggle in novel environments due to their limited capacity for adaptation. We hypothesize that metacognition is a critical missing ingredient in autonomous agents for the cognitive flexibility needed to tackle unfamiliar challenges. Given the broad scope of metacognitive abilities, we focus on competence awareness and strategy selection. To this end, we propose the Metacognition for Unknown Situations and Environments (MUSE) framework to integrate metacognitive processes of self-assessment and self-regulation into autonomous agents. We present two implementations of MUSE: one based on world modeling and another leveraging large language models (LLMs). Our system continually learns to assess its competence on a given task and uses this self-assessment to guide iterative cycles of strategy selection. MUSE agents demonstrate high competence awareness and significant improvements in self-regulation for solving novel, out-of-distribution tasks more effectively compared to model-based reinforcement learning and purely prompt-based LLM agent approaches. This work highlights the promise of approaches inspired by cognitive and neural systems in enabling autonomous agents to adapt to new environments while mitigating the heavy reliance on extensive training data and large models for the current models.
