RL/Multi-Agent RL

用户头像
来自沈阳师范大学-郭家涛发布于:2025-01-20 21:37:21

Multi-Agent Reinforcement Learning (MARL) has recently attracted much attention from the communities of machine learning, artificial intelligence, and multi-agent systems. As an interdisciplinary research field, there are so many unsolved problems, from cooperation to competition, from agent communication to agent modeling, from centralized learning to decentralized learning. MARL has been the main research focus of our lab. We are investigating the field from many perspectives. In the following, we introduce some of our studies. For detail, please refer to the papers.

Cooperation

Cooperation has been one of the major research topics in MARL. We investigate multi-agent cooperation from many aspects, including adaptive learning rates, reward sharing, roles, and fairness.

FEN

Fairness is essential for human society, contributing to stability and productivity. Similarly, fairness is also the key for many multi-agent systems. Taking fairness into multi-agent learning could help multi-agent systems become both efficient and stable. However, learning efficiency and fairness simultaneously is a complex, multi-objective, joint-policy optimization. To tackle these difficulties, we propose FEN, a novel hierarchical reinforcement learning model. We first decompose fairness for each agent and propose fair-efficient reward that each agent learns its own policy to optimize. To avoid multi-objective conflict, we design a hierarchy consisting of a controller and several sub-policies, where the controller maximizes the fair-efficient reward by switching among the sub-policies that provides diverse behaviors to interact with the environment. FEN can be trained in a fully decentralized way, making it easy to be deployed in real-world applications. Empirically, we show that FEN easily learns both fairness and efficiency and significantly outperforms baselines in a variety of multi-agent scenarios.

AdaMa

In multi-agent reinforcement learning (MARL), the learning rates of actors and critic are mostly hand-tuned and fixed. This not only requires heavy tuning but more importantly limits the learning. With adaptive learning rates according to gradient patterns, some optimizers have been proposed for general optimizations, which however do not take into consideration the characteristics of MARL. We propose AdaMa to bring adaptive learning rates to cooperative MARL. AdaMa evaluates the contribution of actors’ updates to the improvement of Q-value and adaptively updates the learning rates of actors to the direction of maximally improving the Q-value. AdaMa could also dynamically balance the learning rates between the critic and actors according to their varying effects on the learning. Moreover, AdaMa can incorporate the second-order approximation to capture the contribution of pairwise actors’ updates and thus more accurately updates the learning rates of actors. Empirically, we show that AdaMa could accelerate the learning and improve the performance in a variety of multi-agent scenarios. Specifically, AdaMa not only obtains better performance than grid search on the learning rates, but also significantly reduces the training cost. The visualizations of learning rates during training clearly explain how and why AdaMa works.

点赞 (0) 回复
1F 用户头像
来自沈阳师范大学-郭家涛发布于:2025-01-20 21:37:39

Publications

[NIPS'19] Learning Fairness in Multi-Agent Systems Jiechuan Jiang and Zongqing Lu Thirty-Third Annual Conference on Neural Information Processing Systems (NIPS), December 8-14, 2019. (Acceptance Rate: 21%=14286743) [ICML'21] FOP: Factorizing Optimal Joint Policy of Maximum-Entropy Multi-Agent Reinforcement Learning Tianhao Zhang, Yueheng Li, Chen Wang, Guangming Xie and Zongqing Lu Thirty-Eighth International Conference on Machine Learning (ICML), July 18-24, 2021 (Acceptance Rate: 21%=11845513) [ICML'21] The Emergence of Individuality Jiechuan Jiang and Zongqing Lu Thirty-Eighth International Conference on Machine Learning (ICML), July 18-24, 2021 (Acceptance Rate: 3%=1665513, oral presentation) [ICML'22] Difference Advantage Estimation for Multi-Agent Policy Gradients Yueheng Li, Guangming Xie, and Zongqing Lu Thirty-Ninth International Conference on Machine Learning (ICML), July 17-23, 2022 (Acceptance Rate: 22%=12355630) [ICML'22] Divergence-Regularized Multi-Agent Actor-Critic Kefan Su and Zongqing Lu Thirty-Ninth International Conference on Machine Learning (ICML), July 17-23, 2022 (Acceptance Rate: 22%=12355630) [NIPS'22] Model-Based Opponent Modeling

加载更多
点击图片
取消
回复
发布回复
点击图片