Monitored Markov Decision Processes
Simone Parisi, Montaser Mohammedalamen, Alireza Kazemipour, Matthew E. Taylor, Michael Bowling
TL;DR
Monitored MDPs introduce a monitor as a separate Markov decision process that governs reward observability, addressing RL settings where environment rewards $r^\text{e}_t$ are not always observable and the agent receives proxy rewards $\hat{r}^\text{e}_t$ (possibly $\bot$). The paper formalizes the Mon-MDP framework, defines optimality with joint rewards $r_t = r^\text{e}_t + r^\text{m}_t$, and analyzes convergence under ergodicity and truthful monitors, arguing for the monitor as a distinct learning component. Through gridworld experiments, it compares multiple Q-learning variants and a reward-model approach, showing that naive handling of unobserved rewards can fail while learning a reward model restores convergence under suitable conditions. This work lays a foundation for further theory on convergence guarantees, exploration strategies, and practical algorithms for real-world tasks with imperfect or delayed reward feedback.
Abstract
In reinforcement learning (RL), an agent learns to perform a task by interacting with an environment and receiving feedback (a numerical reward) for its actions. However, the assumption that rewards are always observable is often not applicable in real-world problems. For example, the agent may need to ask a human to supervise its actions or activate a monitoring system to receive feedback. There may even be a period of time before rewards become observable, or a period of time after which rewards are no longer given. In other words, there are cases where the environment generates rewards in response to the agent's actions but the agent cannot observe them. In this paper, we formalize a novel but general RL framework - Monitored MDPs - where the agent cannot always observe rewards. We discuss the theoretical and practical consequences of this setting, show challenges raised even in toy environments, and propose algorithms to begin to tackle this novel setting. This paper introduces a powerful new formalism that encompasses both new and existing problems and lays the foundation for future research.
