Glossary › game
GLOSSARY
game
appears in 2 paper titles
Definition
A task with explicit rules and an unambiguous win condition. Games became the standard proving ground for reinforcement learning and search because states, actions, and rewards are all well defined and millions of trials can be run without human involvement. That same property bounds what the results transfer to: real problems rarely arrive with a stated objective or a reset button.
Explainers using this term
- Paper Walkthrough: Turning Game Development into a Verifiable Trajectory Data Engine — RLHEV and AWoMoAgentic Game Development as a Verifiable Trajectory Data Engine for Scaling World Models
- AlphaGo from Scratch — The Marriage of Search and LearningMastering the game of Go with deep neural networks and tree search (Silver et al.