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