paper-with-me

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, Jun Zhu

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 whole game tree in each round, which is time-consuming in large-scale games. In this paper, we present Lazy-CFR, a CFR algorithm that adopts a lazy update strategy to avoid traversing the whole game tree in each round. We prove that the regret of Lazy-CFR is almost the same to the regret of the vanilla CFR and only needs to visit a small portion of the game tree. Thus, Lazy-CFR is provably faster than CFR. Empirical results consistently show that Lazy-CFR is significantly faster than the vanilla CFR.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactual

Similar 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 외

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

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…