paper-with-me

Papers

Depth-Limited Solving for Imperfect-Information Games

2018-05-21 · NeurIPS 2018 12 · Noam Brown, Tuomas Sandholm, Brandon Amos

A fundamental challenge in imperfect-information games is that states do not have well-defined values. As a result, depth-limited search algorithms used in single-agent settings and perfect-information games do not apply. This paper introduces a principled way to conduct depth-limited solving in imperfect-information games by allowing the opponent to choose among a number of strategies for the remainder of the game at the depth limit. Each one of these strategies results in a different set of values for leaf nodes. This forces an agent to be robust to the different strategies an opponent may employ. We demonstrate the effectiveness of this approach by building a master-level heads-up no-limit Texas hold'em poker AI that defeats two prior top agents using only a 4-core CPU and 16 GB of memory. Developing such a powerful agent would have previously required a supercomputer.

📄 PDF Abstract BibTeX arXiv:1805.08195

Code (0)

등록된 구현이 없습니다.

Tasks

CPU

Similar Papers 제목 키워드 기반

Value Functions for Depth-Limited Solving in Zero-Sum Imperfect-Information Games

2019-05-31 · Vojtěch Kovařík, Dominik Seitz, Viliam Lisý, Jan Rudolf 외

We provide a formal definition of depth-limited games together with an accessible and rigorous explanation of the underlying concepts, both of which were previously missing in imperfect-information games. The definition …

counterfactual

DecisionHoldem: Safe Depth-Limited Solving With Diverse Opponents for Imperfect-Information Games

2022-01-27 · Qibin Zhou, Dongdong Bai, Junge Zhang, Fuqing Duan 외

An imperfect-information game is a type of game with asymmetric information. It is more common in life than perfect-information game. Artificial intelligence (AI) in imperfect-information games, such like poker, has made…

Adapting Beyond the Depth Limit: Counter Strategies in Large Imperfect Information Games

2025-01-15 · David Milec, Vojtěch Kovařík, Viliam Lisý

We study the problem of adapting to a known sub-rational opponent during online play while remaining robust to rational opponents. We focus on large imperfect-information (zero-sum) games, which makes it impossible to in…

Limited Lookahead in Imperfect-Information Games

2019-02-17 · Christian Kroer, Tuomas Sandholm

Limited lookahead has been studied for decades in perfect-information games. We initiate a new direction via two simultaneous deviation points: generalization to imperfect-information games and a game-theoretic approach.…

History Filtering in Imperfect Information Games: Algorithms and Complexity

2023-11-24 · NeurIPS 2023 11

Historically applied exclusively to perfect information games, depth-limited search with value functions has been key to recent advances in AI for imperfect information games. Most prominent approaches with strong theore…

Card GamesDecision MakingSequential Decision Making