paper-with-me

Papers

Parallelizing Counterfactual Regret Minimization

2026-05-14 · Juho Kim, Tuomas Sandholm arxiv

Parallelization has played an instrumental role in the field of artificial intelligence (AI), drastically reducing the time taken to train and evaluate large AI models. In contrast to its impact in the broader field of AI, applying parallelization to computational game solving is relatively unexplored, despite its great potential. In this paper, we parallelize the family of counterfactual regret minimization (CFR) algorithms, which were central to important breakthroughs for solving large imperfect-information games. We present a generalized parallelization framework, reframing CFR as a series of linear algebra operations. Then, existing techniques for parallelizing linear algebra operations can be applied to accelerate CFR. We also describe how our technique can be applied to other tabular members of the CFR family of algorithms, including the state-of-the-art, such as CFR+, discounted CFR, and predictive variants of CFR. Experimentally, we show that our CFR implementation on a GPU is up to four orders of magnitude faster than Google DeepMind OpenSpiel's CFR implementations on a CPU.

📄 PDF Abstract BibTeX arXiv:2605.14277

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Double Neural Counterfactual Regret Minimization

2018-12-27 · ICLR 2020 1 · Hui Li, Kailiang Hu, Zhibang Ge, Tao Jiang 외

Counterfactual Regret Minimization (CRF) is a fundamental and effective technique for solving Imperfect Information Games (IIG). However, the original CRF algorithm only works for discrete state and action spaces, and th…

counterfactualReinforcement Learning

Minimizing Weighted Counterfactual Regret with Optimistic Online Mirror Descent

2024-04-22 · Hang Xu, Kai Li, Bingyun Liu, Haobo Fu 외

Counterfactual regret minimization (CFR) is a family of algorithms for effectively solving imperfect-information games. It decomposes the total regret into counterfactual regrets, utilizing local regret minimization algo…

counterfactual

CFR-p: Counterfactual Regret Minimization with Hierarchical Policy Abstraction, and its Application to Two-player Mahjong

2023-07-22 · Shiheng Wang

Counterfactual Regret Minimization(CFR) has shown its success in Texas Hold'em poker. We apply this algorithm to another popular incomplete information game, Mahjong. Compared to the poker game, Mahjong is much more comp…

counterfactual

GPU-Accelerated Counterfactual Regret Minimization

2024-08-27 · Juho Kim

Counterfactual regret minimization is a family of algorithms of no-regret learning dynamics capable of solving large-scale imperfect information games. We propose implementing this algorithm as a series of dense and spar…

counterfactualGPU

Solving zero-sum extensive-form games with arbitrary payoff uncertainty models

2019-04-24 · Juan Leni, John Levine, John Quigley

Modeling strategic conflict from a game theoretical perspective involves dealing with epistemic uncertainty. Payoff uncertainty models are typically restricted to simple probability models due to computational restrictio…

counterfactualForm