Uses of Class
org.tweetyproject.machinelearning.rl.mdp.Episode
-
Uses of Episode in org.tweetyproject.machinelearning.rl.mdp
Modifier and TypeMethodDescriptionSamples an episode wrt.Modifier and TypeMethodDescriptiondouble
MarkovDecisionProcess.getProbability
(Episode<S, A> ep) Returns the probability of the given episodedouble
MarkovDecisionProcess.getUtility
(Episode<S, A> ep, double gamma) Returns the utility of the given episode with the given discount factor