Skip to main content

FALLBACK_BANDIT

Constant FALLBACK_BANDIT 

Source
pub const FALLBACK_BANDIT: LocalKey<RefCell<Option<BanditState>>>;
Expand description

UCB1 bandit for Fallback action — selects best discovery algorithm when the RL system triggers a Fallback action, replacing the hardcoded “dfg”. Gated on ml feature (prediction_resource is ml-gated).