Class PolicyIteration<S extends State,A extends Action>

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

public class PolicyIteration<S extends State,A extends Action> extends OfflineAlgorithm<S,A>
The policy iteration algorithm for determining optimal policies
Author:
Matthias Thimm