Uses of Interface
org.tweetyproject.machinelearning.rl.mdp.algorithms.PolicyEvaluation
-
Uses of PolicyEvaluation in org.tweetyproject.machinelearning.rl.mdp.algorithms
Modifier and TypeClassDescriptionclass
IterativePolicyEvaluation<S extends State,
A extends Action> Determines utilities iteratively.ModifierConstructorDescriptionCreates a new instance of the policy iteration algorithm, which uses the given policy evaluation algorithm.