Solving Imperfect Information Games Using Decomposition
Neil Burch, Michael Johanson, and Michael Bowling. Solving Imperfect Information Games Using Decomposition. In Proceedings of the Twenty-Eighth AAAI Conference on Artificial Intelligence (AAAI), 2014.Download
- Paper: [PDF]
Abstract
Decomposition, i.e., independently analyzing possible subgames, has proven to be an essential principle for effective decision-making in perfect information games. However, in imperfect information games, decomposition has proven to be problematic. To date, all proposed techniques for decomposition in imperfect information games have abandoned theoretical guarantees. This work presents the first technique for decomposing an imperfect information game into subgames that can be solved independently, while retaining optimality guarantees on the full-game solution. We can use this technique to construct theoretically justified algorithms that make better use of information available at run-time, overcome memory or disk limitations at run-time, or make a time/space trade-off to overcome memory or disk limitations while solving a game. In particular, we present an algorithm for subgame solving which guarantees performance in the whole game, in contrast to existing methods which may have unbounded error. In addition, we present an offline game solving algorithm, CFR-D, which can produce a Nash equilibrium for a game that is larger than available storage.
BibTeX
@InProceedings{ 2014aaai-cfrd,
Title = "Solving Imperfect Information Games Using Decomposition",
Author = "Neil Burch and Michael Johanson and Michael Bowling",
Booktitle = "Proceedings of the Twenty-Eighth AAAI Conferenceon Artificial Intelligence (AAAI)",
Year = "2014"
}