What is reinforcement learning?

Definition

Reinforcement learning trains a policy to choose actions that maximize expected cumulative reward. The learner interacts with an environment or generated tasks, observes outcomes and updates its behavior according to the reward signal.

For reasoning models, verifiable tasks can provide scalable rewards when outputs can be checked automatically. The quality of the learned behavior depends on whether the reward accurately represents the intended goal and resists exploitation.

Acronyms and aliases

RL acronym

Frequently asked questions

How is reinforcement learning different from supervised learning?

Supervised learning imitates labeled examples, while reinforcement learning improves actions according to rewards produced by outcomes or evaluators.

Why are verifiable tasks valuable for reinforcement learning?

They provide repeatable reward signals for many attempts without requiring a person to judge every model output manually.

Videos explaining reinforcement learning