- Type Parameters:
S
- The type of states in the MDP.A
- The type of actions in the MDP.
- All Known Implementing Classes:
IterativePolicyEvaluation
-
Method Summary
Modifier and TypeMethodDescriptiongetUtilities
(MarkovDecisionProcess<S, A> mdp, Policy<S, A> pi, double gamma) Determines the utilities of the states in the MDP wrt.
-
Method Details
-
getUtilities
-