- Type Parameters:
S- The type of statesA- The type of actions
- All Known Implementing Classes:
IterativePolicyEvaluation
- Author:
- Matthias Thimm
-
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
Determines the utilities of the states in the MDP wrt. the given policy.- Parameters:
mdp- some MDPpi- some policygamma- the discount factor- Returns:
- the utilities of the states of the MDP.
-