DFAC Framework: Factorizing the Value Function via Quantile Mixture for Multi-Agent Distributional Q-Learning
Wei-Fang Sun, Cheng-Kuang Lee, Chun-Yi Lee
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/j3soon/dfacOfficialIn papertf★ 32
Abstract
In fully cooperative multi-agent reinforcement learning (MARL) settings, the environments are highly stochastic due to the partial observability of each agent and the continuously changing policies of the other agents. To address the above issues, we integrate distributional RL and value function factorization methods by proposing a Distributional Value Function Factorization (DFAC) framework to generalize expected value function factorization methods to their DFAC variants. DFAC extends the individual utility functions from deterministic variables to random variables, and models the quantile function of the total return as a quantile mixture. To validate DFAC, we demonstrate DFAC's ability to factorize a simple two-step matrix game with stochastic rewards and perform experiments on all Super Hard tasks of StarCraft Multi-Agent Challenge, showing that DFAC is able to outperform expected value function factorization baselines.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| SMAC 27m_vs_30m | VDN | Median Win Rate | 63.12 | — | Unverified |
| SMAC 27m_vs_30m | DMIX | Median Win Rate | 85.45 | — | Unverified |
| SMAC 27m_vs_30m | DDN | Median Win Rate | 91.48 | — | Unverified |
| SMAC 27m_vs_30m | IQL | Median Win Rate | 2.27 | — | Unverified |
| SMAC 27m_vs_30m | DIQL | Median Win Rate | 6.02 | — | Unverified |
| SMAC 3s5z_vs_3s6z | DDN | Median Win Rate | 94.03 | — | Unverified |
| SMAC 3s5z_vs_3s6z | DMIX | Median Win Rate | 91.08 | — | Unverified |
| SMAC 3s5z_vs_3s6z | DIQL | Median Win Rate | 62.22 | — | Unverified |
| SMAC 6h_vs_8z | DMIX | Median Win Rate | 49.43 | — | Unverified |
| SMAC 6h_vs_8z | DIQL | Median Win Rate | 0 | — | Unverified |
| SMAC 6h_vs_8z | DDN | Median Win Rate | 83.92 | — | Unverified |
| SMAC corridor | DMIX | Median Win Rate | 90.45 | — | Unverified |
| SMAC corridor | VDN | Median Win Rate | 85.34 | — | Unverified |
| SMAC corridor | DIQL | Median Win Rate | 91.62 | — | Unverified |
| SMAC corridor | DDN | Median Win Rate | 95.4 | — | Unverified |
| SMAC MMM2 | DDN | Median Win Rate | 97.22 | — | Unverified |
| SMAC MMM2 | DIQL | Median Win Rate | 85.23 | — | Unverified |
| SMAC MMM2 | DMIX | Median Win Rate | 95.11 | — | Unverified |