AIGTLGJul 8, 2024

Efficiently Training Neural Networks for Imperfect Information Games by Sampling Information Sets

arXiv:2407.05876v1h-index: 3
Originality Incremental advance
AI Analysis

This work addresses the computational challenge of evaluating game states in imperfect information games like Reconnaissance Blind Chess, but it is incremental as it builds on existing sampling methods.

The paper tackles the problem of training neural networks for imperfect information games by efficiently sampling information sets to approximate expected values, showing that sampling a small number of states (e.g., 3) for many positions yields better results than focusing on higher-quality targets.

In imperfect information games, the evaluation of a game state not only depends on the observable world but also relies on hidden parts of the environment. As accessing the obstructed information trivialises state evaluations, one approach to tackle such problems is to estimate the value of the imperfect state as a combination of all states in the information set, i.e., all possible states that are consistent with the current imperfect information. In this work, the goal is to learn a function that maps from the imperfect game information state to its expected value. However, constructing a perfect training set, i.e. an enumeration of the whole information set for numerous imperfect states, is often infeasible. To compute the expected values for an imperfect information game like \textit{Reconnaissance Blind Chess}, one would need to evaluate thousands of chess positions just to obtain the training target for a single state. Still, the expected value of a state can already be approximated with appropriate accuracy from a much smaller set of evaluations. Thus, in this paper, we empirically investigate how a budget of perfect information game evaluations should be distributed among training samples to maximise the return. Our results show that sampling a small number of states, in our experiments roughly 3, for a larger number of separate positions is preferable over repeatedly sampling a smaller quantity of states. Thus, we find that in our case, the quantity of different samples seems to be more important than higher target quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes