Class MarkovDecisionProcess<S extends State,A extends Action>

java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.MarkovDecisionProcess<S,A>
Type Parameters:
S - The type of states this MDP uses
A - The type of actions this MDP uses

public class MarkovDecisionProcess<S extends State,A extends Action> extends Object
This class models a Markov Decision Process (MDP, for fixed starting and terminal states), which can be used to represent reinforcement learning scenarios.
Author:
Matthias Thimm