paper-with-me

Papers

Safe adaptation in multiagent competition

2022-03-14 · Macheng Shen, Jonathan P. How

Achieving the capability of adapting to ever-changing environments is a critical step towards building fully autonomous robots that operate safely in complicated scenarios. In multiagent competitive scenarios, agents may have to adapt to new opponents with previously unseen behaviors by learning from the interaction experiences between the ego-agent and the opponent. However, this adaptation is susceptible to opponent exploitation. As the ego-agent updates its own behavior to exploit the opponent, its own behavior could become more exploitable as a result of overfitting to this specific opponent's behavior. To overcome this difficulty, we developed a safe adaptation approach in which the ego-agent is trained against a regularized opponent model, which effectively avoids overfitting and consequently improves the robustness of the ego-agent's policy. We evaluated our approach in the Mujoco domain with two competing agents. The experiment results suggest that our approach effectively achieves both adaptation to the specific opponent that the ego-agent is interacting with and maintaining low exploitability to other possible opponent exploitation.

📄 PDF Abstract BibTeX arXiv:2203.07562

Code (0)

등록된 구현이 없습니다.

Tasks

MuJoCo

Similar Papers 제목 키워드 기반

MultiAgentBench: Evaluating the Collaboration and Competition of LLM agents

2025-03-03 · Kunlun Zhu, Hongyi Du, Zhaochen Hong, Xiaocheng Yang 외

Large Language Models (LLMs) have shown remarkable capabilities as autonomous agents, yet existing benchmarks either focus on single-agent tasks or are confined to narrow domains, failing to capture the dynamics of multi…

Safe Multiagent Coordination via Entropic Exploration

2024-12-29 · Ayhan Alp Aydeniz, Enrico Marchesini, Robert Loftin, Christopher Amato 외

Many real-world multiagent learning problems involve safety concerns. In these setups, typical safe reinforcement learning algorithms constrain agents' behavior, limiting exploration -- a crucial component for discoverin…

reinforcement-learningReinforcement LearningSafe Reinforcement Learning

Emergence of Theory of Mind Collaboration in Multiagent Systems

2021-09-30 · Luyao Yuan, Zipeng Fu, Linqi Zhou, Kexin Yang 외

Currently, in the study of multiagent systems, the intentions of agents are usually ignored. Nonetheless, as pointed out by Theory of Mind (ToM), people regularly reason about other's mental states, including beliefs, go…

Decision Making

Scaling Multiagent Systems with Process Rewards

2026-01-30 · Ed Li, Junyu Ren, Cat Yan arxiv

While multiagent systems have shown promise for tackling complex tasks via specialization, finetuning multiple agents simultaneously faces two key challenges: (1) credit assignment across agents, and (2) sample efficienc…

Multiagent Cooperation and Competition with Deep Reinforcement Learning

2015-11-27 · Ardi Tampuu, Tambet Matiisen, Dorian Kodelja, Ilya Kuzovkin 외

Multiagent systems appear in most social, economical, and political situations. In the present work we extend the Deep Q-Learning Network architecture proposed by Google DeepMind to multiagent environments and investigat…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+1