Multi-agent Off-policy Actor-Critic Reinforcement Learning for Partially Observable Environments
Ainur Zhaikhan, Ali H. Sayed
TL;DR
The paper tackles partial observability in decentralized multi-agent reinforcement learning by estimating a global state via social learning and integrating it into a multi-agent off-policy actor-critic framework.It extends MAOPAC to dec-POMDPs in a model-free fashion, proving that the state-estimation error can be kept $\varepsilon$-small under sufficient diffusion iterations and providing Boltzmann-policy–specific guarantees.The work combines diffusion-based belief updates with off-policy corrections (importance sampling and ETD) and offers rigorous convergence analyses for the proposed framework.Empirical results on grid-based Dec-POMDP tasks show the approach approaching the performance of fully observed MAOPAC and outperforming zeroth-order policy optimization baselines, while achieving better critic agreement across agents.Overall, the method offers a practical, model-free path to decentralized coordination under partial observability with theoretical performance bounds and competitive empirical results.
Abstract
This study proposes the use of a social learning method to estimate a global state within a multi-agent off-policy actor-critic algorithm for reinforcement learning (RL) operating in a partially observable environment. We assume that the network of agents operates in a fully-decentralized manner, possessing the capability to exchange variables with their immediate neighbors. The proposed design methodology is supported by an analysis demonstrating that the difference between final outcomes, obtained when the global state is fully observed versus estimated through the social learning method, is $\varepsilon$-bounded when an appropriate number of iterations of social learning updates are implemented. Unlike many existing dec-POMDP-based RL approaches, the proposed algorithm is suitable for model-free multi-agent reinforcement learning as it does not require knowledge of a transition model. Furthermore, experimental results illustrate the efficacy of the algorithm and demonstrate its superiority over the current state-of-the-art methods.
