paper-with-me

Papers

Territory Paint Wars: Diagnosing and Mitigating Failure Modes in Competitive Multi-Agent PPO

2026-04-04 · Diyansha Singh arxiv

We present Territory Paint Wars, a minimal competitive multi-agent reinforcement learning environment implemented in Unity, and use it to systematically investigate failure modes of Proximal Policy Optimisation (PPO) under self-play. A first agent trained for $84{,}000$ episodes achieves only $26.8\%$ win rate against a uniformly-random opponent in a symmetric zero-sum game. Through controlled ablations we identify five implementation-level failure modes -- reward-scale imbalance, missing terminal signal, ineffective long-horizon credit assignment, unnormalised observations, and incorrect win detection -- each of which contributes critically to this failure in this setting. After correcting these issues, we uncover a distinct emergent pathology: competitive overfitting, where co-adapting agents maintain stable self-play performance while generalisation win rate collapses from $73.5\%$ to $21.6\%$. Critically, this failure is undetectable via standard self-play metrics: both agents co-adapt equally, so the self-play win rate remains near $50\%$ throughout the collapse. We propose a minimal intervention -- opponent mixing, where $20\%$ of training episodes substitute a fixed uniformly-random policy for the co-adaptive opponent -- which mitigates competitive overfitting and restores generalisation to $77.1\%$ ($\pm 12.6\%$, $10$ seeds) without population-based training or additional infrastructure. We open-source Territory Paint Wars to provide a reproducible benchmark for studying competitive MARL failure modes.

📄 PDF Abstract BibTeX arXiv:2604.04983

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Diagnosing failures of fairness transfer across distribution shift in real-world medical settings

2022-02-02 · Jessica Schrouff, Natalie Harris, Oluwasanmi Koyejo, Ibrahim Alabdulmohsin 외

Diagnosing and mitigating changes in model fairness under distribution shift is an important component of the safe deployment of machine learning in healthcare settings. Importantly, the success of any mitigation strateg…

BIG-bench Machine LearningFairness

Beyond "Hallucinations": A Framework for Stable Human-AI Reasoning

2025-10-16 · Rikard Rosenbacke, Carl Rosenbacke, Victor Rosenbacke, Martin McKee arxiv

As large language models (LLMs) become integrated into everyday and high-stakes decision-making, they inherit the ambiguity and biases of human language. While they produce fluent and coherent outputs, they rely on stati…

Med-SegLens: Latent-Level Model Diffing for Interpretable Medical Image Segmentation

2026-02-11 · Salma J. Ahmed, Emad A. Mohammed, Azam Asilian Bidgoli arxiv

Modern segmentation models achieve strong predictive performance but remain largely opaque, limiting our ability to diagnose failures, understand dataset shift, or intervene in a principled manner. We introduce Med-SegLe…

Medical Image Segmentation

Towards WARSHIP: Combining Components of Brain-Inspired Computing of RSH for Image Super Resolution

2018-10-03 · Wendi Xu, Ming Zhang

Evolution of deep learning shows that some algorithmic tricks are more durable , while others are not. To the best of our knowledge, we firstly summarize 5 more durable and complete deep learning components for vision, t…

Deep LearningImage Super-ResolutionSuper-Resolution

Temporal Analysis of Worldwide War

2021-06-27 · Devansh Bajpai, Rishi Ranjan Singh

Analysis of wars and conflicts between regions has been an important topic of interest throughout the history of humankind. In the latter part of the 20th century, in the aftermath of two World Wars and the shadow of nuc…