Class ValueIteration<S extends State,A extends Action>

java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.algorithms.OfflineAlgorithm<S,A>
org.tweetyproject.machinelearning.rl.mdp.algorithms.ValueIteration<S,A>
Type Parameters:
S - The type of states
A - The type of actions

public class ValueIteration<S extends State,A extends Action> extends OfflineAlgorithm<S,A>
The value iteration algorithm for determining optimal policies
Author:
Matthias Thimm
  • Constructor Details

    • ValueIteration

      public ValueIteration(long num_iterations)
      Creates a new value iteration algorithm
      Parameters:
      num_iterations - the given number of num_iterations
  • Method Details