java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.algorithms.OfflineAlgorithm<S,A>
org.tweetyproject.machinelearning.rl.mdp.algorithms.ValueIteration<S,A>
- Type Parameters:
S
- The type of statesA
- The type of actions
The value iteration algorithm for determining optimal policies
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
Methods inherited from class org.tweetyproject.machinelearning.rl.mdp.algorithms.OfflineAlgorithm
getPolicy
-
Constructor Details
-
ValueIteration
public ValueIteration(long num_iterations) Creates a new value iteration algorithm- Parameters:
num_iterations
- the given number of num_iterations
-
-
Method Details
-
getPolicy
Description copied from class:OfflineAlgorithm
Determines the optimal policy for the given MDP.
-