Generalized Three and Four Person Hat Game
Theo van Uem
TL;DR
This work tackles generalized Ebert’s hat problem for 3 and 4 players with two colors, allowing per-player color probabilities and simultaneous guesses with optional passes. It introduces the adequate-set framework and two accompanying algorithms, ASG and DMG, to derive winning strategies independent of the underlying probabilities and then tailor them to asymmetric and symmetric subcases. The authors derive explicit optimal win probabilities and corresponding decision matrices across multiple regimes, showing when adding a fourth player improves performance and when it does not, and provide a computational complexity analysis demonstrating substantial efficiency gains over brute-force search. Overall, the paper advances a codified, probability-agnostic method for designing optimal hat-game strategies and clarifies the impact of player asymmetry on performance, with practical implications for combinatorial game design and coding-theoretic connections.
Abstract
This paper studies Ebert's hat problem for three and four players and two colors, where the probabilities of the colors may be different for each player. Our goal is to maximize the probability of winning the game and to describe winning strategies We use the concept of an adequate set. The construction of adequate sets is independent of underlying probabilities and we can use this fact in the analysis of our general case.
