paper-with-me

홈 › Papers

NQMIX: Non-monotonic Value Function Factorization for Deep Multi-Agent Reinforcement Learning

2021-04-05 · Quanlin Chen

Multi-agent value-based approaches recently make great progress, especially value decomposition methods. However, there are still a lot of limitations in value function factorization. In VDN, the joint action-value function is the sum of per-agent action-value function while the joint action-value function of QMIX is the monotonic mixing of per-agent action-value function. To some extent, QTRAN reduces the limitation of joint action-value functions that can be represented, but it has unsatisfied performance in complex tasks. In this paper, in order to extend the class of joint value functions that can be represented, we propose a novel actor-critic method called NQMIX. NQMIX introduces an off-policy policy gradient on QMIX and modify its network architecture, which can remove the monotonicity constraint of QMIX and implement a non-monotonic value function factorization for the joint action-value function. In addition, NQMIX takes the state-value as the learning target, which overcomes the problem in QMIX that the learning target is overestimated. Furthermore, NQMIX can be extended to continuous action space settings by introducing deterministic policy gradient on itself. Finally, we evaluate our actor-critic methods on SMAC domain, and show that it has a stronger performance than COMA and QMIX on complex maps with heterogeneous agent types. In addition, our ablation results show that our modification of mixer is effective.

📄 PDF Abstract BibTeX arXiv:2104.01939

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)SMACSMAC+StarcraftStarcraft II

Similar Papers 제목 키워드 기반

ReMIX: Regret Minimization for Monotonic Value Function Factorization in Multiagent Reinforcement Learning

2023-02-11 · Yongsheng Mei, Hanhan Zhou, Tian Lan

Value function factorization methods have become a dominant approach for cooperative multiagent reinforcement learning under a centralized training and decentralized execution paradigm. By factorizing the optimal joint a…

Decision Makingreinforcement-learningReinforcement Learning (RL)Starcraft

Beyond Monotonicity: Revisiting Factorization Principles in Multi-Agent Q-Learning

2025-11-12 · Tianmeng Hu, Yongzheng Cui, Rui Tang, Biao Luo 외 arxiv

Value decomposition is a central approach in multi-agent reinforcement learning (MARL), enabling centralized training with decentralized execution by factorizing the global value function into local values. To ensure ind…

Multi-agent Reinforcement Learning

Soft-QMIX: Integrating Maximum Entropy For Monotonic Value Function Factorization

2024-06-20 · Wentse Chen, Shiyu Huang, Jeff Schneider

Multi-agent reinforcement learning (MARL) tasks often utilize a centralized training with decentralized execution (CTDE) framework. QMIX is a successful CTDE method that learns a credit assignment function to derive loca…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

QTRAN: Learning to Factorize with Transformation for Cooperative Multi-Agent Reinforcement Learning

2019-05-14 · Kyunghwan Son, Daewoo Kim, Wan Ju Kang, David Earl Hostallero 외

We explore value-based solutions for multi-agent reinforcement learning (MARL) tasks in the centralized training with decentralized execution (CTDE) regime popularized recently. However, VDN and QMIX are representative e…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Value Functions Factorization with Latent State Information Sharing in Decentralized Multi-Agent Policy Gradients

2022-01-04 · Hanhan Zhou, Tian Lan, Vaneet Aggarwal

Value function factorization via centralized training and decentralized execution is promising for solving cooperative multi-agent reinforcement tasks. One of the approaches in this area, QMIX, has become state-of-the-ar…

StarcraftStarcraft IIVariational Inference