Value decomposition (VDN, QMIX) — for multi-agent Q-learning.
hardAnswer
- In cooperative multi-agent, joint grows exponentially.
- VDN: → decentralized execution + centralized training.
- QMIX: with monotonic mixing network → richer than VDN, still allows decentralized argmax.
- Foundation of centralized-training-decentralized-execution paradigm for cooperative multi-agent RL.
Check yourself — multiple choice
- Random
- VDN: — additive; QMIX: monotonic mixing — richer; both enable centralized training + decentralized execution
- Same as DQN
- Not real
VDN (additive) / QMIX (monotonic mixing): CTDE for cooperative multi-agent Q.
#value-methods#multi-agent
Practise Reinforcement Learning
214 interview questions in this topic.