See how an AI system learns to play the game NIM from scratch, just by playing against itself. The rule is simple: take 1–3 sticks per turn, and whoever is forced to take the last stick loses.
See how an AI system learns to play NIM using reinforcement learning. Then try playing against it!