Package org.tweetyproject.machinelearning.rl.mdp.algorithms
package org.tweetyproject.machinelearning.rl.mdp.algorithms
-
ClassDescriptionDetermines utilities iteratively.A general interface for algorithms to determine optimal policies directly from an MDPThe `PolicyEvaluation` interface provides methods to evaluate the utility of states in a Markov Decision Process (MDP) with respect to a given policy.The policy iteration algorithm for determining optimal policiesThe value iteration algorithm for determining optimal policies