SantageAI Glossary › Reinforcement Learning
AI Glossary

What is Reinforcement Learning?

Reinforcement learning is a type of machine learning in which an agent learns to make decisions by taking actions in an environment and receiving rewards or penalties.

What is the core idea behind reinforcement learning?

Reinforcement learning learns by trial and error, maximising reward over time rather than copying labelled examples.

How does reinforcement learning differ from related concepts?

ConceptDifference
Reinforcement vs Supervised LearningSupervised learning learns from labelled answers. Reinforcement learning learns from rewards for its own actions.
Reinforcement Learning vs RLHFRLHF is reinforcement learning where the reward comes from human preferences, used to align language models.
Reinforcement vs Unsupervised LearningUnsupervised learning finds structure in data. Reinforcement learning optimises behaviour toward a goal.

How does reinforcement learning work?

Where is reinforcement learning used?

Why is reinforcement learning important?

Reinforcement learning is how AI learns behaviour rather than just patterns. It aligned modern chatbots through RLHF, and in 2025 and 2026 it became central to training reasoning models that think step by step on math, code, and science.

How is reinforcement learning used in practice?

It powers game AI, robotics, recommendation, and the alignment and reasoning stages of large language models. Its challenges include sample inefficiency, unstable training, and the difficulty of designing rewards that capture what you actually want.

Frequently Asked Questions

How is reinforcement learning different from other machine learning?
Supervised and unsupervised learning learn from a fixed dataset. Reinforcement learning learns by interacting with an environment and optimising for reward.
Is RLHF the same as reinforcement learning?
RLHF is a specific application of reinforcement learning where human preferences provide the reward signal, used to make language models helpful and safe.