Practice free →
Home › In modern game AI, REINFORCEMENT LEARNING agents…

In modern game AI, REINFORCEMENT LEARNING agents (e.g. OpenAI Five, DeepMind AlphaStar) learn from which signal?

AHand-labelled per-action ground-truth dataset
BPure imitation of one expert recording always
CManually scripted FSMs by designers only
DCumulative reward from environment interactions
Answer & Solution
Correct answer: D. Cumulative reward from environment interactions
Sutton + Barto RL textbook + OpenAI / DeepMind blog posts: RL trains policy π to maximise expected discounted return Σ γ^t r_t from rollouts in the game environment.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions