Most machine learning needs a teacher: show the model a photo, tell it "cat", repeat a million times. Reinforcement learning throws that away. There is no answer key. There is only an agent moving through a world, and once in a while a number — the reward — that says "that was good" or "that was bad."
Think of a robot in a room, a player in a game, a thermostat in a house. Each picks an action, the world changes, and a reward trickles in. The catch: the reward often comes much later than the action that earned it. Reach the goal and you score — but which of the hundred earlier moves deserves the credit?
That is the whole problem. Out of delayed, sparse rewards, the agent must work out a policy: a rule that says, in every situation, what to do next. And the way it does so turns out to be a beautifully simple idea about letting value flow backward from the future.
Comments
Loading comments...