Deep (Predictive) Discounted Counterfactual Regret Minimization
Hang Xu, Kai Li, Haobo Fu, Qiang Fu, Junliang Xing, Jian Cheng
TL;DR
This work tackles solving two-player zero-sum imperfect-information games with model-free neural CFR. It introduces VR-DeepDCFR+ and VR-DeepPDCFR+ which bootstrap cumulative advantages, apply discounting and clipping, and integrate variance-reduced baselines to emulate advanced tabular CFR variants within neural CFR. Empirical results show faster convergence and stronger performance in eight IIGs and a large poker game compared with baselines like OS-DeepCFR and DREAM, with ablations confirming the value of bootstrapping, advanced CFR approximation, and variance reduction. The approach advances scalable equilibrium computation in large IIGs and offers a practical path to leveraging sophisticated CFR dynamics in neural models for complex strategic domains.
Abstract
Counterfactual regret minimization (CFR) is a family of algorithms for effectively solving imperfect-information games. To enhance CFR's applicability in large games, researchers use neural networks to approximate its behavior. However, existing methods are mainly based on vanilla CFR and struggle to effectively integrate more advanced CFR variants. In this work, we propose an efficient model-free neural CFR algorithm, overcoming the limitations of existing methods in approximating advanced CFR variants. At each iteration, it collects variance-reduced sampled advantages based on a value network, fits cumulative advantages by bootstrapping, and applies discounting and clipping operations to simulate the update mechanisms of advanced CFR variants. Experimental results show that, compared with model-free neural algorithms, it exhibits faster convergence in typical imperfect-information games and demonstrates stronger adversarial performance in a large poker game.
