Type Definition vrp_core::algorithms::mdp::StateEstimates[][src]

type StateEstimates<S> = HashMap<S, ActionEstimates<S>>;

A type which keeps track of all state-action estimates.