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).