← Latest papers
💻 computer science

Beyond Bayesian Nash: Learning Minimax-Regret Equilibria for Adversarial Team Games under Asymmetric Information

This paper introduces the Probabilistically Robust Minimax-Regret Equilibrium (PR-MRE), a novel solution concept for adversarial team games under asymmetric information that combines distribution-free robustness with probabilistic insights to mitigate strategic deception, and proposes the PRMRE-PSRO algorithm to efficiently compute these strategies using deep reinforcement learning.

Original authors: Naman Aggarwal, Jonathan P. How

Published 2026-07-14
📖 6 min read🧠 Deep dive

Original authors: Naman Aggarwal, Jonathan P. How

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are playing a high-stakes game of Capture the Flag on a giant, complex map. You are on the Blue team, and your job is to find and grab the Red team's hidden flag. Here's the twist: you don't know exactly where the flag is. You have a "best guess" based on past games—maybe you think there's a 70% chance it's in the left tunnel and a 30% chance it's in the right one. But the Red team? They know the exact location. They can see the flag, and they can even trick you by acting as if it's in the wrong place to lure you into a trap.

This is the world of Adversarial Team Games with Asymmetric Information. The paper by Naman Aggarwal and Jonathan P. How tackles a big problem: How do you play when your "best guess" might be a lie, or when the game rules shift in a way you didn't expect?

The Problem with "Playing the Odds"

Usually, smart players use a strategy called Bayesian Nash Equilibrium (BNE). Think of this like a weather forecaster who only cares about the average. If the forecast says "70% chance of rain," they pack an umbrella 70% of the time and leave it at home 30% of the time. In the game, the Blue team would just focus all their energy on the left tunnel because that's where the flag is most likely to be.

But here's the catch: The Red team is sneaky. If they know you are obsessed with the left tunnel, they might move the flag to the right tunnel. Suddenly, your "70% chance" strategy fails miserably. The paper argues that relying on a single "best guess" (a nominal distribution) is dangerous because the opponent can manipulate the situation. It's like betting your entire life savings on a horse because the odds say it will win, only to find out the jockey is actually your rival in disguise.

The "Worst-Case" Trap

Some players try to be super safe by preparing for the absolute worst possible scenario. They assume the flag could be anywhere, even in a place that has never happened before. They might send a scout to every single corner of the map, just in case.

The paper suggests this approach is too paranoid. It's like wearing a full hazmat suit just because there's a 0.01% chance of a tiny dust particle. While it protects you from the worst, it makes you slow and clumsy, and you lose the game because you're too scared to move. The paper explicitly rules out this "fully worst-case" approach as too conservative for real-world games where some outcomes are just too unlikely to worry about.

The New Hero: PR-MRE

Enter the paper's new solution: Probabilistically Robust Minimax-Regret Equilibrium (PR-MRE).

Think of PR-MRE as a "Smart Scout" strategy. Instead of just betting on the most likely spot (like BNE) or checking every single hole in the ground (like the paranoid approach), PR-MRE asks a clever question: "If I make a mistake, how much will I regret it, and how likely is that mistake to actually happen?"

It uses a special rule called a "Typicality-Preserving Threat Model." Imagine you have a list of "suspicious" locations. You know that some spots are so weird and unlikely (like the flag being in the sky) that you can safely ignore them. But for the spots that are plausible (even if they aren't the most popular), you prepare a backup plan.

PR-MRE says: "I will ignore the super-rare, impossible scenarios. But for the scenarios that are possible but just less common, I will make sure I don't get tricked." It balances the math of "what usually happens" with "what could go wrong."

How They Tested It

The authors didn't just write this down on paper; they built a computer simulation to test it. They created a digital version of the Capture the Flag game on a graph (a network of paths and nodes).

In their experiments, they pitted the new PR-MRE strategy against the old BNE strategy.

  • The Setup: They gave the Blue team a "nominal" belief that the flag was 80% likely to be on the left and 20% on the right.
  • The Test: They then tricked the system by changing the actual flag location to the right side (the 20% chance spot) or by shifting the probabilities around.
  • The Result: The BNE team, which had bet everything on the left, got crushed when the flag was on the right. They were too focused on the majority.
  • The PR-MRE Team: These players acted differently. Instead of rushing straight to the left, they sent scouts to check both sides first. They didn't commit fully to one path until they were sure.

The paper shows that in these simulations, the PR-MRE team maintained a much higher win rate when the flag location shifted unexpectedly. They didn't just win more often; they were much harder to trick. The paper explicitly states that while BNE works great when the game stays exactly as predicted, PR-MRE is the one that survives when the opponent tries to deceive you.

The Math Behind the Magic

To make this work, the authors had to solve some very tricky math problems. They turned the game into a "robust bilinear program." Don't let the fancy name scare you; think of it as a complex puzzle where you have to find the best move while assuming the opponent is trying to mess up your specific plan.

They created a new algorithm called PRMRE-PSRO. It's like a training camp where AI agents play against each other thousands of times. The "Blue" agents learn to be "regret-minimizing," meaning they learn to avoid moves that would make them kick themselves later if the flag turned out to be somewhere else. The "Red" agents learn to exploit any weakness. Through this back-and-forth, the Blue team learns a strategy that is robust to deception.

The Bottom Line

The paper suggests that in games where one side knows more than the other, you shouldn't just follow the crowd (the most likely outcome) or panic about every single possibility. Instead, you should use PR-MRE: a strategy that respects the "usual" probabilities but keeps a safety net for the "plausible but unlikely" scenarios.

In their simulations, this approach led to Blue teams that were better at "scouting" (checking multiple options) rather than "over-committing" (betting everything on one guess). This made them much harder to trick when the Red team tried to shift the game's reality. The authors conclude that this method provides a stronger guarantee of performance when the opponent is smart enough to change the rules on the fly.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →