Table of Contents
Fetching ...

A Descent-based method on the Duality Gap for solving zero-sum games

Michail Fasoulakis, Evangelos Markakis, Giorgos Roussakis, Christodoulos Santorinaios

TL;DR

The paper addresses finding Nash equilibria in 2-player bilinear zero-sum games by exploiting the convex duality gap $V(\mathbf{x},\mathbf{y})$ and performing a descent on this function. It introduces a steepest-descent-like algorithm that moves in the direction minimizing the $\rho$-directional derivative of $V$, computed via small linear programs over $\rho$-best-response sets. The authors prove geometric convergence, derive iteration bounds of $O\left(\frac{1}{\rho \delta}\log\frac{1}{\delta}\right)$ to achieve a $\delta$-NE (and $O\left(\frac{1}{\sqrt{\delta}}\right)$ in a variant), and validate the approach experimentally against LP solvers and OGDA on large-scale games. The work demonstrates that descent-based methods on the duality gap can be competitive with standard approaches for zero-sum games and offers practical implementation strategies, including fixed-support LPs and adaptive step-sizing, to scale to thousands of strategies.

Abstract

We focus on the design of algorithms for finding equilibria in 2-player zero-sum games. Although it is well known that such problems can be solved by a single linear program, there has been a surge of interest in recent years for simpler algorithms, motivated in part by applications in machine learning. Our work proposes such a method, inspired by the observation that the duality gap (a standard metric for evaluating convergence in min-max optimization problems) is a convex function for bilinear zero-sum games. To this end, we analyze a descent-based approach, variants of which have also been used as a subroutine in a series of algorithms for approximating Nash equilibria in general non-zero-sum games. In particular, we study a steepest descent approach, by finding the direction that minimises the directional derivative of the duality gap function. Our main theoretical result is that the derived algorithms achieve a geometric decrease in the duality gap and improved complexity bounds until we reach an approximate equilibrium. Finally, we complement this with an experimental evaluation, which provides promising findings. Our algorithm is comparable with (and in some cases outperforms) some of the standard approaches for solving 0-sum games, such as OGDA (Optimistic Gradient Descent/Ascent), even with thousands of available strategies per player.

A Descent-based method on the Duality Gap for solving zero-sum games

TL;DR

The paper addresses finding Nash equilibria in 2-player bilinear zero-sum games by exploiting the convex duality gap and performing a descent on this function. It introduces a steepest-descent-like algorithm that moves in the direction minimizing the -directional derivative of , computed via small linear programs over -best-response sets. The authors prove geometric convergence, derive iteration bounds of to achieve a -NE (and in a variant), and validate the approach experimentally against LP solvers and OGDA on large-scale games. The work demonstrates that descent-based methods on the duality gap can be competitive with standard approaches for zero-sum games and offers practical implementation strategies, including fixed-support LPs and adaptive step-sizing, to scale to thousands of strategies.

Abstract

We focus on the design of algorithms for finding equilibria in 2-player zero-sum games. Although it is well known that such problems can be solved by a single linear program, there has been a surge of interest in recent years for simpler algorithms, motivated in part by applications in machine learning. Our work proposes such a method, inspired by the observation that the duality gap (a standard metric for evaluating convergence in min-max optimization problems) is a convex function for bilinear zero-sum games. To this end, we analyze a descent-based approach, variants of which have also been used as a subroutine in a series of algorithms for approximating Nash equilibria in general non-zero-sum games. In particular, we study a steepest descent approach, by finding the direction that minimises the directional derivative of the duality gap function. Our main theoretical result is that the derived algorithms achieve a geometric decrease in the duality gap and improved complexity bounds until we reach an approximate equilibrium. Finally, we complement this with an experimental evaluation, which provides promising findings. Our algorithm is comparable with (and in some cases outperforms) some of the standard approaches for solving 0-sum games, such as OGDA (Optimistic Gradient Descent/Ascent), even with thousands of available strategies per player.

Paper Structure

This paper contains 29 sections, 13 theorems, 44 equations, 8 figures.

Key Result

Theorem 4

The duality gap $V({\bm{x}},{\bm{y}})$ is convex in its domain.

Figures (8)

  • Figure 1: The decrease in the duality gap for a random game.
  • Figure 2: Average time and number of iterations for our variants
  • Figure 3: Time comparison between our Fixed Support Variant, LP solver and Optimistic Gradient Descent-Ascent
  • Figure 4: Time comparison between PyOL and our OGDA implementations
  • Figure 5: Iteration comparison between for the initializations $({\bm{e}}_1, {\bm{e}}_1)$ (left) and the uniform point (right)
  • ...and 3 more figures

Theorems & Definitions (25)

  • Definition 1: Nash equilibrium N51VN28
  • Definition 2: $\delta$-Nash equilibrium
  • Definition 3: Regret of a player
  • Theorem 4
  • proof
  • Theorem 5
  • proof
  • Theorem 6
  • Definition 7
  • Theorem 8
  • ...and 15 more