Search papers, labs, and topics across Lattice.
The authors introduce Valet, a standardized testbed of 21 traditional imperfect-information card games, designed to facilitate comparative research on game-playing algorithms. They encode the rules of each game using the RECYCLE language to ensure standardized implementations. Empirical characterization of each game's branching factor and duration, along with baseline performance of a Monte Carlo Tree Search player, demonstrates Valet's utility as a benchmarking suite.
Stop benchmarking your imperfect-information game AI on single games: Valet offers a diverse suite of 21 card games with standardized rules.
AI algorithms for imperfect-information games are typically compared using performance metrics on individual games, making it difficult to assess robustness across game choices. Card games are a natural domain for imperfect information due to hidden hands and stochastic draws. To facilitate comparative research on imperfect-information game-playing algorithms and game systems, we introduce Valet, a diverse and comprehensive testbed of 21 traditional imperfect-information card games. These games span multiple genres, cultures, player counts, deck structures, mechanics, winning conditions, and methods of hiding and revealing information. To standardize implementations across systems, we encode the rules of each game in RECYCLE, a card game description language. We empirically characterize each game's branching factor and duration using random simulations, reporting baseline score distributions for a Monte Carlo Tree Search player against random opponents to demonstrate the suitability of Valet as a benchmarking suite.