java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.Episode<S,A>
- Type Parameters:
S
- The type of states this MDP usesA
- The type of actions this MDP uses
This class models an episode in MPDs, i.e. a sequence of actions
and states.
- Author:
- Matthias Thimm
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Episode
Creates a new empty episode for the given starting state- Parameters:
s
- MDP use
-
-
Method Details