Uses of Class
org.tweetyproject.machinelearning.rl.mdp.Episode
Packages that use Episode
-
Uses of Episode in org.tweetyproject.machinelearning.rl.mdp
Methods in org.tweetyproject.machinelearning.rl.mdp that return EpisodeModifier and TypeMethodDescriptionSamples an episode wrt.Methods in org.tweetyproject.machinelearning.rl.mdp with parameters of type EpisodeModifier 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