RMIO: A Model-Based MARL Framework for Scenarios with Observation Loss in Some Agents
Zifeng Shi, Meiqin Liu, Senlin Zhang, Ronghao Zheng, Shanling Dong
TL;DR
RMIO tackles the challenge of observation loss in multi-agent reinforcement learning by jointly reconstructing missing observations with a world model and refining them via a correction block that aggregates inter-agent information. It preserves CTDE in normal operation and uses minimal communication during observation loss, reducing coordination overhead. The approach combines reward smoothing, a dual-layer replay buffer, and an RNN-augmented policy to improve asymptotic convergence and policy robustness, with strong empirical gains on SMAC and MaMuJoCo benchmarks. These results demonstrate a practical, scalable path to robust, sample-efficient MARL under adverse observation conditions, with potential impact on real-world multi-agent systems facing intermittent sensing and communication failures.
Abstract
In recent years, model-based reinforcement learning (MBRL) has emerged as a solution to address sample complexity in multi-agent reinforcement learning (MARL) by modeling agent-environment dynamics to improve sample efficiency. However, most MBRL methods assume complete and continuous observations from each agent during the inference stage, which can be overly idealistic in practical applications. A novel model-based MARL approach called RMIO is introduced to address this limitation, specifically designed for scenarios where observation is lost in some agent. RMIO leverages the world model to reconstruct missing observations, and further reduces reconstruction errors through inter-agent information integration to ensure stable multi-agent decision-making. Secondly, unlike CTCE methods such as MAMBA, RMIO adopts the CTDE paradigm in standard environment, and enabling limited communication only when agents lack observation data, thereby reducing reliance on communication. Additionally, RMIO improves asymptotic performance through strategies such as reward smoothing, a dual-layer experience replay buffer, and an RNN-augmented policy model, surpassing previous work. Our experiments conducted in both the SMAC and MaMuJoCo environments demonstrate that RMIO outperforms current state-of-the-art approaches in terms of asymptotic convergence performance and policy robustness, both in standard mission settings and in scenarios involving observation loss.
