paper-with-me

Papers

Monte Carlo Sampling for Regret Minimization in Extensive Games

2009-12-01 · NeurIPS 2009 12 · Marc Lanctot, Kevin Waugh, Martin Zinkevich, Michael Bowling

Sequential decision-making with multiple agents and imperfect information is commonly modeled as an extensive game. One efficient method for computing Nash equilibria in large, zero-sum, imperfect information games is counterfactual regret minimization (CFR). In the domain of poker, CFR has proven effective, particularly when using a domain-specific augmentation involving chance outcome sampling. In this paper, we describe a general family of domain independent CFR sample-based algorithms called Monte Carlo counterfactual regret minimization (MCCFR) of which the original and poker-specific versions are special cases. We start by showing that MCCFR performs the same regret updates as CFR on expectation. Then, we introduce two sampling schemes: {\it outcome sampling} and {\it external sampling}, showing that both have bounded overall regret with high probability. Thus, they can compute an approximate equilibrium using self-play. Finally, we prove a new tighter bound on the regret for the original CFR algorithm and relate this new bound to MCCFRs bounds. We show empirically that, although the sample-based algorithms require more iterations, their lower cost per iteration can lead to dramatically faster convergence in various games.

📄 PDF Abstract BibTeX

Code (1)

deepmind/open_spiel 공식 구현

Tasks

counterfactualDecision MakingSequential Decision Making

Similar Papers 제목 키워드 기반

Stochastic Regret Minimization in Extensive-Form Games

2020-02-19 · ICML 2020 1 · Gabriele Farina, Christian Kroer, Tuomas Sandholm

Monte-Carlo counterfactual regret minimization (MCCFR) is the state-of-the-art algorithm for solving sequential games that are too large for full tree traversals. It works by using gradient estimates that can be computed…

counterfactualForm

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

Efficient Monte Carlo Counterfactual Regret Minimization in Games with Many Player Actions

2012-12-01 · NeurIPS 2012 12 · Neil Burch, Marc Lanctot, Duane Szafron, Richard G. Gibson

Counterfactual Regret Minimization (CFR) is a popular, iterative algorithm for computing strategies in extensive-form games. The Monte Carlo CFR (MCCFR) variants reduce the per iteration time cost of CFR by traversing a …

counterfactual

Variance Reduction in Monte Carlo Counterfactual Regret Minimization (VR-MCCFR) for Extensive Form Games using Baselines

2018-09-09 · Martin Schmid, Neil Burch, Marc Lanctot, Matej Moravcik 외

Learning strategies for imperfect information games from samples of interaction is a challenging problem. A common method for this setting, Monte Carlo Counterfactual Regret Minimization (MCCFR), can have slow long-term …

counterfactualFormReinforcement Learning

Hierarchical Deep Counterfactual Regret Minimization

2023-05-27 · Jiayu Chen, Tian Lan, Vaneet Aggarwal

Imperfect Information Games (IIGs) offer robust models for scenarios where decision-makers face uncertainty or lack complete information. Counterfactual Regret Minimization (CFR) has been one of the most successful famil…

counterfactualDecision Making