On Stateful Value Factorization in Multi-Agent Reinforcement Learning

Enrico Marchesini (Massachusetts Institute of Technology), Andrea Baisero (Northeastern University), Rupali Bhati (Northeastern University), Christopher Amato (Northeastern University)

Abstract

Value factorization is a popular paradigm for designing scalable multi-agent reinforcement learning algorithms. However, current factorization methods make choices without full justication that may limit their performance. For example, the theory in prior work uses stateless (i.e., history) functions, while the practical implementations use state information-making the motivating theory a mismatch for the implementation. Also, methods have built oof previous approaches, inheriting their architectures without exploring other, potentially better ones. To address these concerns, we formally analyze the theory of using the state instead of the history in current methods-reconnecting theory and practice. We then introduce DuelMIX, a factorization algorithm that learns distinct per-agent utility estimators to improve performance and achieve full expressiveness. Experiments on StarCraft II micromanagement and Box Pushing tasks demonstrate the benets of our intuitions.