AIGTLGSep 4, 2023

Accelerating Nash Equilibrium Convergence in Monte Carlo Settings Through Counterfactual Value Based Fictitious Play

arXiv:2309.03084v4
Originality Incremental advance
AI Analysis

This work addresses the challenge of training in large-scale games where existing methods are not applicable, offering a faster solution for game theory applications.

The paper tackled the problem of slow convergence in Monte Carlo settings for extensive-form imperfect information games by introducing MCCFVFP, which combines counterfactual value calculations with fictitious play, achieving convergence speeds 20% to 50% faster than advanced MCCFR variants in games like poker.

Counterfactual Regret Minimization (CFR) and its variants are widely recognized as effective algorithms for solving extensive-form imperfect information games. Recently, many improvements have been focused on enhancing the convergence speed of the CFR algorithm. However, most of these variants are not applicable under Monte Carlo (MC) conditions, making them unsuitable for training in large-scale games. We introduce a new MC-based algorithm for solving extensive-form imperfect information games, called MCCFVFP (Monte Carlo Counterfactual Value-Based Fictitious Play). MCCFVFP combines CFR's counterfactual value calculations with fictitious play's best response strategy, leveraging the strengths of fictitious play to gain significant advantages in games with a high proportion of dominated strategies. Experimental results show that MCCFVFP achieved convergence speeds approximately 20\%$\sim$50\% faster than the most advanced MCCFR variants in games like poker and other test games.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes