Belief States for Cooperative Multi-Agent Reinforcement Learning under Partial Observability
Paul J. Pritz, Kin K. Leung
TL;DR
This work tackles cooperative multi-agent reinforcement learning under partial observability by learning per-agent belief states through self-supervised pre-training with full state data. The Belief-I2Q framework integrates these beliefs into a decentralized state-based Q-learning approach, extending I2Q to handle partial observability without centralized training data. Experiments across four partially observable grid-world tasks show improved convergence and final performance in several domains, highlighting the value of separating representation learning (beliefs) from policy learning in a truly DTDE setting. The approach potentially enables scalable, decentralized coordination in complex multi-agent environments by leveraging probabilistic state beliefs and uncertainty.
Abstract
Reinforcement learning in partially observable environments is typically challenging, as it requires agents to learn an estimate of the underlying system state. These challenges are exacerbated in multi-agent settings, where agents learn simultaneously and influence the underlying state as well as each others' observations. We propose the use of learned beliefs on the underlying state of the system to overcome these challenges and enable reinforcement learning with fully decentralized training and execution. Our approach leverages state information to pre-train a probabilistic belief model in a self-supervised fashion. The resulting belief states, which capture both inferred state information as well as uncertainty over this information, are then used in a state-based reinforcement learning algorithm to create an end-to-end model for cooperative multi-agent reinforcement learning under partial observability. By separating the belief and reinforcement learning tasks, we are able to significantly simplify the policy and value function learning tasks and improve both the convergence speed and the final performance. We evaluate our proposed method on diverse partially observable multi-agent tasks designed to exhibit different variants of partial observability.
