Uses of Interface
org.tweetyproject.machinelearning.rl.mdp.algorithms.PolicyEvaluation
Packages that use PolicyEvaluation
-
Uses of PolicyEvaluation in org.tweetyproject.machinelearning.rl.mdp.algorithms
Classes in org.tweetyproject.machinelearning.rl.mdp.algorithms that implement PolicyEvaluationModifier and TypeClassDescriptionclass
IterativePolicyEvaluation<S extends State,
A extends Action> Determines utilities iteratively.Constructors in org.tweetyproject.machinelearning.rl.mdp.algorithms with parameters of type PolicyEvaluationModifierConstructorDescriptionCreates a new instance of the policy iteration algorithm, which uses the given policy evaluation algorithm.