Trait vrp_core::algorithms::mdp::PolicyStrategy [−][src]
A policy strategy for MDP.
Required methods
fn select(&self, estimates: &ActionEstimates<S>) -> Option<S::Action>[src]
Selects an action from the estimated actions.