paper-with-me

Papers

NashPG: A Policy Gradient Method with Iteratively Refined Regularization for Finding Nash Equilibria

2025-10-21 · Eason Yu, Tzu Hao Liu, Clément L. Canonne, Yunke Wang, Chang Xu, Nguyen H. Tran, Stefano V. Albrecht arxiv

Finding Nash equilibria in two-player zero-sum imperfect-information games remains a central challenge in multi-agent reinforcement learning. Recent multi-round regularization methods offer a promising direction, yet existing approaches either require full enumeration of the game tree or rely on non-policy-gradient inner solvers that underperform in practice, leaving a scalable policy-gradient-based solution open. In this paper, we propose a novel multi-round regularization procedure and show that it guarantees strictly monotonic reduction in Bregman divergence to Nash equilibria and eventual convergence to one in two-player zero-sum extensive-form games. Guided by this framework, we develop a practical algorithm, Nash Policy Gradient (NashPG), which places the regularization directly in the policy optimization objective and is implemented using standard policy gradient methods. Empirically, NashPG achieves comparable or lower exploitability than prior model-free methods on classic benchmark games and scales to large domains such as Battleship and No-Limit Texas Hold'em, where it attains higher average payoff in head-to-head play.

📄 PDF Abstract BibTeX arXiv:2510.18183

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Iteratively Refined Behavior Regularization for Offline Reinforcement Learning

2023-06-09 · Xiaohan Hu, Yi Ma, Chenjun Xiao, Yan Zheng 외

One of the fundamental challenges for offline reinforcement learning (RL) is ensuring robustness to data distribution. Whether the data originates from a near-optimal policy or not, we anticipate that an algorithm should…

D4RLOffline RLreinforcement-learningReinforcement Learning+1

Fast Policy Extragradient Methods for Competitive Games with Entropy Regularization

2021-05-31 · NeurIPS 2021 12 · Shicong Cen, Yuting Wei, Yuejie Chi

This paper investigates the problem of computing the equilibrium of competitive games, which is often modeled as a constrained saddle-point optimization problem with probability simplex constraints. Despite recent effort…

Entropy annealing for policy mirror descent in continuous time and space

2024-05-30 · Deven Sethi, David Šiška, Yufei Zhang

Entropy regularization has been widely used in policy optimization algorithms to enhance exploration and the robustness of the optimal control; however it also introduces an additional regularization bias. This work quan…

Policy Gradient Methods

EnTRPO: Trust Region Policy Optimization Method with Entropy Regularization

2021-10-26 · Sahar Roostaie, Mohammad Mehdi Ebadzadeh

Trust Region Policy Optimization (TRPO) is a popular and empirically successful policy search algorithm in reinforcement learning (RL). It iteratively solved the surrogate problem which restricts consecutive policies to …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Optimal Rates of Convergence for Entropy Regularization in Discounted Markov Decision Processes

2024-06-06 · Johannes Müller, Semih Cayci

We study the error introduced by entropy regularization in infinite-horizon, discrete, discounted Markov decision processes. We show that this error decreases exponentially in the inverse regularization strength both in …

Policy Gradient Methods