English

Faster Game Solving via Hyperparameter Schedules

Computer Science and Game Theory 2026-02-10 v2

Abstract

Counterfactual regret minimization (CFR) algorithms are a foundational class of methods for solving imperfect-information games, with the time average of their iterates converging to a Nash equilibrium in two-player zero-sum games. Prior state-of-the-art variants, Discounted CFR (DCFR) and Predictive CFR+^+ (PCFR+^+), achieved the fastest known practical performance by improving convergence rates over vanilla CFR through discounting early iterations with a fixed discounting scheme. More recently, Dynamic DCFR (DDCFR) introduced agent-learned dynamic discounting schemes to further accelerate convergence, at the cost of increased complexity. To address this, we propose Hyperparameter Schedules (HSs), a remarkably simple, training-free framework that dynamically adjusts CFR discounting over time. HSs aggressively downweight early updates and gradually transition to trusting late-stage strategies, leading to substantially faster convergence with only a few lines of code modifications. We show that HSs derived from just three small extensive-form games generalize effectively to 17 diverse games (including large-scale realistic poker) in both extensive-form and normal-form settings, without any game-specific tuning. Our method establishes a new state of the art for solving two-player zero-sum games.

Keywords

Cite

@article{arxiv.2404.09097,
  title  = {Faster Game Solving via Hyperparameter Schedules},
  author = {Naifeng Zhang and Stephen McAleer and Tuomas Sandholm},
  journal= {arXiv preprint arXiv:2404.09097},
  year   = {2026}
}

Comments

Accepted at the AAAI Conference on Artificial Intelligence (AAAI), 2026

R2 v1 2026-06-28T15:53:29.963Z