paper-with-me

Papers

Robust multi-agent coordination via evolutionary generation of auxiliary adversarial attackers

2023-05-10 · Lei Yuan, Zi-Qian Zhang, Ke Xue, Hao Yin, Feng Chen, Cong Guan, Li-He Li, Chao Qian, Yang Yu

Cooperative multi-agent reinforcement learning (CMARL) has shown to be promising for many real-world applications. Previous works mainly focus on improving coordination ability via solving MARL-specific challenges (e.g., non-stationarity, credit assignment, scalability), but ignore the policy perturbation issue when testing in a different environment. This issue hasn't been considered in problem formulation or efficient algorithm design. To address this issue, we firstly model the problem as a limited policy adversary Dec-POMDP (LPA-Dec-POMDP), where some coordinators from a team might accidentally and unpredictably encounter a limited number of malicious action attacks, but the regular coordinators still strive for the intended goal. Then, we propose Robust Multi-Agent Coordination via Evolutionary Generation of Auxiliary Adversarial Attackers (ROMANCE), which enables the trained policy to encounter diversified and strong auxiliary adversarial attacks during training, thus achieving high robustness under various policy perturbations. Concretely, to avoid the ego-system overfitting to a specific attacker, we maintain a set of attackers, which is optimized to guarantee the attackers high attacking quality and behavior diversity. The goal of quality is to minimize the ego-system coordination effect, and a novel diversity regularizer based on sparse action is applied to diversify the behaviors among attackers. The ego-system is then paired with a population of attackers selected from the maintained attacker set, and alternately trained against the constantly evolving attackers. Extensive experiments on multiple scenarios from SMAC indicate our ROMANCE provides comparable or better robustness and generalization ability than other baselines.

📄 PDF Abstract BibTeX arXiv:2305.05909

Code (1)

zzq-bot/romance 공식 구현 pytorch

Tasks

DiversityMulti-agent Reinforcement LearningSMACSMAC+

Similar Papers 제목 키워드 기반

Communication-Robust Multi-Agent Learning by Adaptable Auxiliary Multi-Agent Adversary Generation

2023-05-09 · Lei Yuan, Feng Chen, Zhongzhang Zhang, Yang Yu

Communication can promote coordination in cooperative Multi-Agent Reinforcement Learning (MARL). Nowadays, existing works mainly focus on improving the communication efficiency of agents, neglecting that real-world commu…

Multi-agent Reinforcement Learning

Evolutionary Reinforcement Learning for Sample-Efficient Multiagent Coordination

2019-06-18 · Shauharda Khadka, Somdeb Majumdar, Santiago Miret, Stephen Mcaleer 외

Many cooperative multiagent reinforcement learning environments provide agents with a sparse team-based reward, as well as a dense agent-specific reward that incentivizes learning basic skills. Training policies solely o…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Optimizing Multiagent Cooperation via Policy Evolution and Shared Experiences

2020-01-01 · ICML 2020 1 · Somdeb Majumdar, Shauharda Khadka, Santiago Miret, Stephen Mcaleer 외

Many cooperative multiagent reinforcement learning environments provide agents with a sparse team-based reward, as well as a dense agent-specific reward that incentivizes learning basic skills. Training policies solely o…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

AgentNet: Decentralized Evolutionary Coordination for LLM-based Multi-Agent Systems

2025-04-01 · Yingxuan Yang, Huacan Chai, Shuai Shao, Yuanyi Song 외

The rapid advancement of large language models (LLMs) has enabled the development of multi-agent systems where multiple LLM-based agents collaborate on complex tasks. However, existing systems often rely on centralized c…

Privacy PreservingRAGRetrievalRetrieval-augmented Generation

An Automated Reinforcement Learning Reward Design Framework with Large Language Model for Cooperative Platoon Coordination

2025-04-28 · Dixiao Wei, Peng Yi, Jinlong Lei, Yiguang Hong 외

Reinforcement Learning (RL) has demonstrated excellent decision-making potential in platoon coordination problems. However, due to the variability of coordination goals, the complexity of the decision problem, and the ti…

Code GenerationHallucinationLanguage ModelingLanguage Modelling+2