Class OfflineAlgorithm<S extends State,A extends Action>

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

public abstract class OfflineAlgorithm<S extends State,A extends Action> extends Object
A general interface for algorithms to determine optimal policies directly from an MDP
Author:
Matthias Thimm