Learning not to Regret
David Sychrovský, Michal Šustr, Elnaz Davoodi, Michael Bowling, Marc Lanctot, Martin Schmid
TL;DR
Addresses equilibrium finding when games are drawn from a distribution rather than a single instance. Proposes offline meta-learning of regret minimizers, culminating in Neural Predictive Regret Matching (NPRM) that uses a neural predictor within predictive regret matching to accelerate convergence while guaranteeing $R^{\text{ext},T}=O(\sqrt{T})$ regret for arbitrary games. Empirically, NPRM and the meta-learned NOA/NPRM substantially outperform non-meta-learned baselines, achieving around an order-of-magnitude faster convergence on river_poker and strong speedups in matrix and sequential game tests. This approach enables faster decision-time search with value functions and demonstrates a practical path to domain-specific, robust equilibrium learning.
Abstract
The literature on game-theoretic equilibrium finding predominantly focuses on single games or their repeated play. Nevertheless, numerous real-world scenarios feature playing a game sampled from a distribution of similar, but not identical games, such as playing poker with different public cards or trading correlated assets on the stock market. As these similar games feature similar equilibra, we investigate a way to accelerate equilibrium finding on such a distribution. We present a novel "learning not to regret" framework, enabling us to meta-learn a regret minimizer tailored to a specific distribution. Our key contribution, Neural Predictive Regret Matching, is uniquely meta-learned to converge rapidly for the chosen distribution of games, while having regret minimization guarantees on any game. We validated our algorithms' faster convergence on a distribution of river poker games. Our experiments show that the meta-learned algorithms outpace their non-meta-learned counterparts, achieving more than tenfold improvements.
