Reinforcement learning trains autonomous agents to make decisions by interacting directly with their environment through trial and error, without labeled examples. Agents follow a policy that maps observations to actions, with the sole objective of maximizing cumulative reward. Google DeepMind's AlphaGo demonstrated the approach concretely, winning 5-0 in its first match against a Go professional in 2015 and 4-1 in Seoul in March 2016, a match watched by over 200 million people worldwide.
What is reinforcement learning, and how do agents learn through interaction with an environment?
Reinforcement learning is a machine learning process in which autonomous agents learn to make decisions by interacting with their environmentCITE:E1. Rather than following instructions, the agent learns to perform a task by trial and error, with no guidance from a human user during the processCITE:E2.
How does reinforcement learning fundamentally differ from supervised learning?
Reinforcement learning does not rely on labeled examples of correct or incorrect behavior, which is what separates it from supervised learningCITE:E3. Where supervised learning trains on pre-tagged data, a reinforcement learning agent instead builds its understanding through its own trial-and-error interactions with the environmentCITE:E2.
What is the agent's objective and the core decision-making mechanism in reinforcement learning?
An agent's only objective is to maximize its cumulative rewards from the environmentCITE:E4. It pursues that objective through a policy — a function that maps the agent's observations of the environment to the action it will take nextCITE:E5.
How did AlphaGo demonstrate reinforcement learning's real-world breakthrough?
AlphaGo, developed by Google DeepMind, won the first-ever match between an AI system and a Go professional by a score of 5-0 in 2015CITE:E6. It followed that result with a 4-1 victory in Seoul, South Korea, in March 2016, a match watched by more than 200 million people worldwideCITE:E7.
| Match | Date | Result | Viewers |
|---|
| First AI vs. Go professional match | 2015 | AlphaGo won 5-0 | Not reported |
| Seoul, South Korea match | March 2016 | AlphaGo won 4-1 | Over 200 million worldwide |
Taken together, the two results show a consistent pattern: an agent operating without labeled instruction, guided only by a policy that maps observations to actions and an objective to maximize cumulative reward, won both its first-ever professional match and its highest-profile public matchCITE:E4CITE:E5CITE:E6CITE:E7. The trial-and-error framework defined by IBM and the policy mechanism defined by Google describe, in the abstract, the same process that Google DeepMind's own results describe in practiceCITE:E1CITE:E5CITE:E7.
Author's Take・林紀旭 James Lin
The mechanism worth focusing on here is the policy: a function mapping observations directly to actions, paired with a single objective of maximizing cumulative reward, and no labeled examples to lean on. That framing explains why AlphaGo's two results are worth reading together rather than separately — a 5-0 sweep in the first-ever professional match and a 4-1 win in the far more scrutinized Seoul match, watched by over 200 million people, are two data points from the same trial-and-error process, not two different techniques. The indicator worth watching next is consistency: whether a policy trained this way keeps producing decisive, lopsided results as the scale and visibility of the contest increases, the way it did between 2015 and March 2016.