Which Nash Equilibrium? Solver-Dependent Selection on Zero-Sum Nash Polytopes
arXiv:2606.28308v1 Announce Type: cross Abstract: Many two-player zero-sum games admit not a unique Nash equilibrium but a convex set of them: a polytope of profiles that all share the minimax value V* yet prescribe different behaviour. Standard solvers each converge to some equilibrium and are...
The recent preprint "Which Nash Equilibrium? Solver-Dependent Selection on Zero-Sum Nash Polytopes" tackles a quietly persistent problem in game theory and multi-agent AI: the illusion of uniqueness. While many practitioners treat Nash equilibrium as a singular, well-defined solution for zero-sum games, this research demonstrates that the reality is far messier.
What the Research Reveals
The paper formally examines two-player zero-sum games where the set of Nash equilibria forms a convex polytope—a geometric shape of multiple valid strategies, all achieving the same minimax value V*. The critical finding is that different standard solvers (e.g., linear programming methods, regret minimization algorithms, or gradient-based approaches) do not converge to a single "correct" equilibrium. Instead, they each land on a different point within this polytope, selected by the solver's internal mechanics rather than any game-theoretic criterion.
This is not a bug; it is a structural property of the solution space. The authors show that solver-dependent selection is systematic, not random, and that the chosen equilibrium can vary dramatically in terms of the actual strategies prescribed—even though the expected payoff remains identical.
Why This Matters
For AI practitioners, this has immediate practical consequences. In adversarial training (e.g., GANs, self-play reinforcement learning, or robust optimization), the assumption that "any Nash equilibrium will do" is widespread. This paper shows that assumption is false. Two different solvers trained on the same game can produce agents that behave completely differently against unseen opponents, even though both are "optimal" in the minimax sense.
Consider a poker AI or a cybersecurity defense system. If your solver selects an equilibrium that is brittle—relying on specific opponent assumptions—the deployed agent may fail catastrophically when facing real-world adversaries who deviate from expected play. The equilibrium's value is guaranteed, but the strategy's robustness is not.
Implications for AI Practitioners
First, practitioners must audit not just whether an algorithm converges to a Nash equilibrium, but which equilibrium it converges to. The paper suggests that solver choice is a design parameter, not a neutral implementation detail. Second, when deploying agents in high-stakes environments, one should consider the geometry of the equilibrium polytope and whether the solver's selection aligns with desired behavioral properties (e.g., robustness, interpretability, or diversity of responses).
Finally, this work opens the door for "equilibrium engineering"—deliberately designing solvers to select equilibria with favorable properties beyond the minimax value. This is particularly relevant for multi-agent reinforcement learning, where different training dynamics (e.g., Fictitious Play vs. Policy Gradient) may implicitly bias toward different regions of the polytope.
Key Takeaways
- Many zero-sum games contain a convex set of Nash equilibria, not a single solution; solvers systematically select different points within this set.
- Solver-dependent selection means two "optimal" agents can behave radically differently, affecting robustness and generalization.
- AI practitioners should audit which equilibrium their solver converges to, not just whether convergence occurs.
- Future work should focus on designing solvers that select equilibria with desirable behavioral properties, not just optimal expected value.