paper-with-me

Papers

Deep Counterfactual Regret Minimization

2018-11-01 · Noam Brown, Adam Lerer, Sam Gross, Tuomas Sandholm

Counterfactual Regret Minimization (CFR) is the leading framework for solving large imperfect-information games. It converges to an equilibrium by iteratively traversing the game tree. In order to deal with extremely large games, abstraction is typically applied before running CFR. The abstracted game is solved with tabular CFR, and its solution is mapped back to the full game. This process can be problematic because aspects of abstraction are often manual and domain specific, abstraction algorithms may miss important strategic nuances of the game, and there is a chicken-and-egg problem because determining a good abstraction requires knowledge of the equilibrium of the game. This paper introduces Deep Counterfactual Regret Minimization, a form of CFR that obviates the need for abstraction by instead using deep neural networks to approximate the behavior of CFR in the full game. We show that Deep CFR is principled and achieves strong performance in large poker games. This is the first non-tabular variant of CFR to be successful in large games.

📄 PDF Abstract BibTeX arXiv:1811.00164

Code (4)

EricSteinberger/DREAM
EricSteinberger/Deep-CFR pytorch
deepmind/open_spiel
timpalpant/go-cfr

Tasks

counterfactual

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