paper-with-me

Papers

Safe and Nested Subgame Solving for Imperfect-Information Games

2017-05-08 · NeurIPS 2017 12 · Noam Brown, Tuomas Sandholm

In imperfect-information games, the optimal strategy in a subgame may depend on the strategy in other, unreached subgames. Thus a subgame cannot be solved in isolation and must instead consider the strategy for the entire game as a whole, unlike perfect-information games. Nevertheless, it is possible to first approximate a solution for the whole game and then improve it by solving individual subgames. This is referred to as subgame solving. We introduce subgame-solving techniques that outperform prior methods both in theory and practice. We also show how to adapt them, and past subgame-solving techniques, to respond to opponent actions that are outside the original action abstraction; this significantly outperforms the prior state-of-the-art approach, action translation. Finally, we show that subgame solving can be repeated as the game progresses down the game tree, leading to far lower exploitability. These techniques were a key component of Libratus, the first AI to defeat top humans in heads-up no-limit Texas hold'em poker.

📄 PDF Abstract BibTeX arXiv:1705.02955

Code (0)

등록된 구현이 없습니다.

Tasks

Translation

Similar Papers 제목 키워드 기반

Efficient Subgame Refinement for Extensive-form Games

2023-09-21 · NeurIPS 2023 11

Subgame solving is an essential technique in addressing large imperfect information games, with various approaches developed to enhance the performance of refined strategies in the abstraction of the target subgame. Howe…

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…

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

Safe Subgame Resolving for Extensive Form Correlated Equilibrium

2022-12-29 · Chun Kai Ling, Fei Fang

Correlated Equilibrium is a solution concept that is more general than Nash Equilibrium (NE) and can lead to outcomes with better social welfare. However, its natural extension to the sequential setting, the \textit{Exte…

Form

The Update-Equivalence Framework for Decision-Time Planning

2023-04-25 · Samuel Sokota, Gabriele Farina, David J. Wu, Hengyuan Hu 외

The process of revising (or constructing) a policy at execution time -- known as decision-time planning -- has been key to achieving superhuman performance in perfect-information games like chess and Go. A recent line of…