Computing Nash Equilibria in Potential Games with Private Uncoupled Constraints
Nikolas Patris, Stelios Stavroulakis, Fivos Kalogiannis, Rose Zhang, Ioannis Panageas
TL;DR
This work tackles the computation of Nash equilibria in potential games with private convex constraints by formulating a regularized Lagrangian and solving via independent gradient descent. It introduces Algorithm IGD$_{\bm{\lambda}}$, a distributed method that updates each player's strategy using local cost and constraint information, and proves an $O(\varepsilon)$-approximate feasible generalized Nash equilibrium can be reached in $T=O(1/\varepsilon^6)$ iterations. The analysis establishes smoothness of the max-regularized Lagrangian, strong duality under Slater's condition, and bounded Lagrange multipliers, leading to convergence guarantees. Numerical experiments on a constrained congestion game demonstrate diminishing Nash gaps and shrinking constraint violations, indicating practical viability for decentralized decision-making under private constraints.
Abstract
We consider the problem of computing Nash equilibria in potential games where each player's strategy set is subject to private uncoupled constraints. This scenario is frequently encountered in real-world applications like road network congestion games where individual drivers adhere to personal budget and fuel limitations. Despite the plethora of algorithms that efficiently compute Nash equilibria (NE) in potential games, the domain of constrained potential games remains largely unexplored. We introduce an algorithm that leverages the Lagrangian formulation of NE. The algorithm is implemented independently by each player and runs in polynomial time with respect to the approximation error, the sum of the size of the action-spaces, and the game's inherent parameters.
