Caesar AI Atlas

Thompson Sampling

Caesar AI Atlas Definition

Thompson sampling is a probabilistic decision heuristic for balancing exploration and exploitation in multi-armed bandit problems. It chooses actions according to sampled beliefs about expected reward, allowing the system to learn while still pursuing high-value options.

Other Definitions

Thompson Sampling Source

A heuristic for choosing actions that addresses the exploration-exploitation dilemma in the multi-armed bandit problem. It consists in choosing the action that maximizes the expected reward with respect to a randomly drawn belief.

Related Terms