paper-with-me

Papers

Lazy-CFR: fast and near optimal regret minimization for extensive games with imperfect information

2018-10-10 · Yichi Zhou, Tongzheng Ren, Jialian Li, Dong Yan, Jun Zhu

Counterfactual regret minimization (CFR) is the most popular algorithm on solving two-player zero-sum extensive games with imperfect information and achieves state-of-the-art performance in practice. However, the performance of CFR is not fully understood, since empirical results on the regret are much better than the upper bound proved in \cite{zinkevich2008regret}. Another issue is that CFR has to traverse the whole game tree in each round, which is time-consuming in large scale games. In this paper, we present a novel technique, lazy update, which can avoid traversing the whole game tree in CFR, as well as a novel analysis on the regret of CFR with lazy update. Our analysis can also be applied to the vanilla CFR, resulting in a much tighter regret bound than that in \cite{zinkevich2008regret}. Inspired by lazy update, we further present a novel CFR variant, named Lazy-CFR. Compared to traversing $O(|\mathcal{I}|)$ information sets in vanilla CFR, Lazy-CFR needs only to traverse $O(\sqrt{|\mathcal{I}|})$ information sets per round while keeping the regret bound almost the same, where $\mathcal{I}$ is the class of all information sets. As a result, Lazy-CFR shows better convergence result compared with vanilla CFR. Experimental results consistently show that Lazy-CFR outperforms the vanilla CFR significantly.

📄 PDF Abstract BibTeX arXiv:1810.04433

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactual

Similar Papers 제목 키워드 기반

Lazy-CFR: fast and near-optimal regret minimization for extensive games with imperfect information

2020-05-01 · ICLR 2020 1 · Yichi Zhou, Tongzheng Ren, Jialian Li, Dong Yan 외

Counterfactual regret minimization (CFR) methods are effective for solving two-player zero-sum extensive games with imperfect information with state-of-the-art results. However, the vanilla CFR has to traverse the who…

counterfactual

Test-Time Regret Minimization in Meta Reinforcement Learning

2024-06-04 · Mirco Mutti, Aviv Tamar

Meta reinforcement learning sets a distribution over a set of tasks on which the agent can train at will, then is asked to learn an optimal policy for any test task efficiently. In this paper, we consider a finite set of…

Meta Reinforcement Learningreinforcement-learningReinforcement Learning

Surrogate Regret Bounds for Polyhedral Losses

2021-10-26 · NeurIPS 2021 12 · Rafael Frongillo, Bo Waggoner

Surrogate risk minimization is an ubiquitous paradigm in supervised machine learning, wherein a target problem is solved by minimizing a surrogate loss on a dataset. Surrogate regret bounds, also called excess risk bound…

Rate-Preserving Reductions for Blackwell Approachability

2024-06-10 · Christoph Dann, Yishay Mansour, Mehryar Mohri, Jon Schneider 외

Abernethy et al. (2011) showed that Blackwell approachability and no-regret learning are equivalent, in the sense that any algorithm that solves a specific Blackwell approachability instance can be converted to a subline…

LazySVD: Even Faster SVD Decomposition Yet Without Agonizing Pain

2016-07-12 · NeurIPS 2016 12 · Zeyuan Allen-Zhu, Yuanzhi Li

We study $k$-SVD that is to obtain the first $k$ singular vectors of a matrix $A$. Recently, a few breakthroughs have been discovered on $k$-SVD: Musco and Musco [1] proved the first gap-free convergence result using the…