What does reinforcement learning mean?

Learning from rewards rather than labels: the program tries actions, is told how well each went, and shifts towards the actions that scored best.

Also written as: reward

In a lesson

No labels this time. Nobody tells the robot what the right action is. It tries things, and afterwards something tells it how well that went: a reward. Driving forward pays a little. Turning costs a little. Bumping into something costs a lot. From nothing but that, the robot works out how to wander a cluttered mat without hitting anything. This is reinforcement learning, and the method is called Q-learning.

Learn it

Used in

Do the lesson in the simulator

All glossary terms