English

The Advantage Regret-Matching Actor-Critic

Artificial Intelligence 2020-08-28 v1 Machine Learning

Abstract

Regret minimization has played a key role in online learning, equilibrium computation in games, and reinforcement learning (RL). In this paper, we describe a general model-free RL method for no-regret learning based on repeated reconsideration of past behavior. We propose a model-free RL algorithm, the AdvantageRegret-Matching Actor-Critic (ARMAC): rather than saving past state-action data, ARMAC saves a buffer of past policies, replaying through them to reconstruct hindsight assessments of past behavior. These retrospective value estimates are used to predict conditional advantages which, combined with regret matching, produces a new policy. In particular, ARMAC learns from sampled trajectories in a centralized training setting, without requiring the application of importance sampling commonly used in Monte Carlo counterfactual regret (CFR) minimization; hence, it does not suffer from excessive variance in large environments. In the single-agent setting, ARMAC shows an interesting form of exploration by keeping past policies intact. In the multiagent setting, ARMAC in self-play approaches Nash equilibria on some partially-observable zero-sum benchmarks. We provide exploitability estimates in the significantly larger game of betting-abstracted no-limit Texas Hold'em.

Keywords

Cite

@article{arxiv.2008.12234,
  title  = {The Advantage Regret-Matching Actor-Critic},
  author = {Audrūnas Gruslys and Marc Lanctot and Rémi Munos and Finbarr Timbers and Martin Schmid and Julien Perolat and Dustin Morrill and Vinicius Zambaldi and Jean-Baptiste Lespiau and John Schultz and Mohammad Gheshlaghi Azar and Michael Bowling and Karl Tuyls},
  journal= {arXiv preprint arXiv:2008.12234},
  year   = {2020}
}
R2 v1 2026-06-23T18:08:49.022Z