1: \begin{abstract}
2: Nash equilibrium is a popular solution concept for solving
3: imperfect-information games in practice. However, it has a major drawback: it
4: does not preclude suboptimal play in branches of the game tree that are not
5: reached in equilibrium. Equilibrium refinements can mend this issue, but have
6: experienced little practical adoption. This is largely due to a lack of
7: scalable algorithms.
8:
9: Sparse iterative methods, in particular first-order methods, are known to be
10: among the most effective algorithms for computing Nash equilibria in large-scale
11: two-player zero-sum extensive-form games. In this paper, we provide, to our
12: knowledge, the first extension of these methods to equilibrium refinements. We
13: develop a smoothing approach for behavioral perturbations of the convex polytope
14: that encompasses the strategy spaces of players in an extensive-form game. This
15: enables one to compute an approximate variant of extensive-form perfect
16: equilibria. Experiments show that our smoothing approach leads to solutions with
17: dramatically stronger strategies at information sets that are reached with low
18: probability in approximate Nash equilibria, while retaining the overall
19: convergence rate associated with fast algorithms for Nash equilibrium. This has
20: benefits both in approximate equilibrium finding (such approximation is
21: necessary in practice in large games) where some probabilities are low while
22: possibly heading toward zero in the limit, and exact equilibrium computation
23: where the low probabilities are actually zero.
24: \end{abstract}