The Multi-Armed Bandit (MAB) is a single-state, no-state-transition online decision problem: at each round pick an action
at among
K arms and observe a stochastic reward
rt (e.g., Bernoulli click
rt∼Bernoulli(μat)). The core metric is regret:
RT=Tμ∗−E[∑t=1Tμat], where
μ∗=maxaμa is the best arm's mean — the expected gap between your total reward and always playing the optimal arm.