Direct answer

What is Reinforcement Learning?

Learning behavior by maximizing expected reward through interaction.

Definition and scope

Learning behavior by maximizing expected reward through interaction.

An agent observes state, takes actions, receives rewards, and updates a value function or policy.

Why it matters

RL can discover strategies that are difficult to specify as demonstrations or rules.

How it works

An agent observes state, takes actions, receives rewards, and updates a value function or policy.

ObserveRepresentPredict or planActEvaluate

Beginner learning path

Learn Markov decision processes, value functions, policy gradients, exploration, and offline RL.

Recommended next topics

Primary sources

Key papers

2020Advanced

DreamerV2

DreamerV2 extends latent imagination with discrete representations and reaches human-level Atari performance.

World ModelsAtari
Read explanation

Research ecosystem

Organizations working in this area

Common questions

Frequently asked questions

What is Reinforcement Learning?

Learning behavior by maximizing expected reward through interaction.

Why does Reinforcement Learning matter for Physical AI?

RL can discover strategies that are difficult to specify as demonstrations or rules.

How should a beginner learn Reinforcement Learning?

Learn Markov decision processes, value functions, policy gradients, exploration, and offline RL.