paper-with-me

Papers

Nash Equilibria via Stochastic Eigendecomposition

2024-11-04 · Ian Gemp

This work proposes a novel set of techniques for approximating a Nash equilibrium in a finite, normal-form game. It achieves this by constructing a new reformulation as solving a parameterized system of multivariate polynomials with tunable complexity. In doing so, it forges an itinerant loop from game theory to machine learning and back. We show a Nash equilibrium can be approximated with purely calls to stochastic, iterative variants of singular value decomposition and power iteration, with implications for biological plausibility. We provide pseudocode and experiments demonstrating solving for all equilibria of a general-sum game using only these readily available linear algebra tools.

📄 PDF Abstract BibTeX arXiv:2411.02308

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Learning Nash Equilibria in Zero-Sum Stochastic Games via Entropy-Regularized Policy Approximation

2020-09-01 · Yue Guan, Qifan Zhang, Panagiotis Tsiotras

We explore the use of policy approximations to reduce the computational cost of learning Nash equilibria in zero-sum stochastic games. We propose a new Q-learning type algorithm that uses a sequence of entropy-regularize…

Multi-agent Reinforcement LearningQ-LearningScheduling

Existence of $ε$-Nash Equilibria in Nonzero-Sum Borel Stochastic Games and Equilibria of Quantized Models

2024-11-16 · Naci Saldi, Gurdal Arslan, Serdar Yuksel

Establishing the existence of exact or near Markov or stationary perfect Nash equilibria in nonzero-sum Markov games over Borel spaces remains a challenging problem, with few positive results to date. In this paper, we e…

Actor-Critic Algorithms for Learning Nash Equilibria in N-player General-Sum Games

2014-01-08 · H. L. Prasad, L. A. Prashanth, Shalabh Bhatnagar

We consider the problem of finding stationary Nash equilibria (NE) in a finite discounted general-sum stochastic game. We first generalize a non-linear optimization problem from Filar and Vrieze [2004] to a $N$-player se…

Deep Q-Learning for Nash Equilibria: Nash-DQN

2019-04-23 · Philippe Casgrain, Brian Ning, Sebastian Jaimungal

Model-free learning for multi-agent stochastic games is an active area of research. Existing reinforcement learning algorithms, however, are often restricted to zero-sum games, and are applicable only in small state-acti…

Q-LearningReinforcement Learning

A Study of Gradient Descent Schemes for General-Sum Stochastic Games

2015-07-01 · H. L. Prasad, Shalabh Bhatnagar

Zero-sum stochastic games are easy to solve as they can be cast as simple Markov decision processes. This is however not the case with general-sum stochastic games. A fairly general optimization problem formulation is av…