Class IterativePolicyEvaluation<S extends State,A extends Action>

java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.algorithms.IterativePolicyEvaluation<S,A>
Type Parameters:
S - The type of states
A - The type of actions
All Implemented Interfaces:
PolicyEvaluation<S,A>

public class IterativePolicyEvaluation<S extends State,A extends Action> extends Object implements PolicyEvaluation<S,A>
Determines utilities iteratively.
Author:
Matthias Thimm
  • Constructor Details

    • IterativePolicyEvaluation

      public IterativePolicyEvaluation(long num_iterations)
      Creates a new policy evaluation algorithm
      Parameters:
      num_iterations - the given number of num_iterations
  • Method Details