Loading...

Reinforcement Learning

An agent learns by trial and error, receiving rewards or penalties for its actions.

When to use: When you can simulate or interact with an environment and define a reward, but cannot label correct actions in advance.

Example: A trading bot that buys/sells/holds each tick and gets reward equal to net profit learns a policy over millions of simulated days without labeled trades.

More ML Algorithms Glossary terms