paper-with-me

Papers

ESCHER: Eschewing Importance Sampling in Games by Computing a History Value Function to Estimate Regret

2022-06-08 · Stephen Mcaleer, Gabriele Farina, Marc Lanctot, Tuomas Sandholm

Recent techniques for approximating Nash equilibria in very large games leverage neural networks to learn approximately optimal policies (strategies). One promising line of research uses neural networks to approximate counterfactual regret minimization (CFR) or its modern variants. DREAM, the only current CFR-based neural method that is model free and therefore scalable to very large games, trains a neural network on an estimated regret target that can have extremely high variance due to an importance sampling term inherited from Monte Carlo CFR (MCCFR). In this paper we propose an unbiased model-free method that does not require any importance sampling. Our method, ESCHER, is principled and is guaranteed to converge to an approximate Nash equilibrium with high probability. We show that the variance of the estimated regret of ESCHER is orders of magnitude lower than DREAM and other baselines. We then show that ESCHER outperforms the prior state of the art -- DREAM and neural fictitious self play (NFSP) -- on a number of games and the difference becomes dramatic as game size increases. In the very large game of dark chess, ESCHER is able to beat DREAM and NFSP in a head-to-head competition over $90\%$ of the time.

📄 PDF Abstract BibTeX arXiv:2206.04122

Code (1)

sandholm-lab/escher 공식 구현 tf

Tasks

counterfactual

Similar Papers 제목 키워드 기반

Training Deep Models Faster with Robust, Approximate Importance Sampling

2018-12-01 · NeurIPS 2018 12 · Tyler B. Johnson, Carlos Guestrin

In theory, importance sampling speeds up stochastic gradient algorithms for supervised learning by prioritizing training examples. In practice, the cost of computing importances greatly limits the impact of importance sa…

Scenario Sampling for Large Supermodular Games

2023-07-21 · Bryan S. Graham, Andrin Pelican

This paper introduces a simulation algorithm for evaluating the log-likelihood function of a large supermodular binary-action game. Covered examples include (certain types of) peer effect, technology adoption, strategic …

Numerical Integration

EscherNet: A Generative Model for Scalable View Synthesis

2024-02-06 · CVPR 2024 1 · Xin Kong, Shikun Liu, Xiaoyang Lyu, Marwan Taher 외

We introduce EscherNet, a multi-view conditioned diffusion model for view synthesis. EscherNet learns implicit and generative 3D representations coupled with a specialised camera positional encoding, allowing precise and…

3D ReconstructionGPUmodelNovel View Synthesis

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 c…

counterfactualDecision MakingSequential Decision Making

EscherNet 101

2023-03-07 · Christopher Funk, Yanxi Liu

A deep learning model, EscherNet 101, is constructed to categorize images of 2D periodic patterns into their respective 17 wallpaper groups. Beyond evaluating EscherNet 101 performance by classification rates, at a micro…