java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.algorithms.OfflineAlgorithm<S,A>
- Type Parameters:
S
- The type of statesA
- The type of actions
- Direct Known Subclasses:
PolicyIteration
,ValueIteration
A general interface for algorithms to determine optimal
policies directly from an MDP
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDetermines the best policy, given the utilitiesgetPolicy
(MarkovDecisionProcess<S, A> mdp, double gamma) Determines the optimal policy for the given MDP.
-
Constructor Details
-
OfflineAlgorithm
public OfflineAlgorithm()Default Constructor
-
-
Method Details
-
getPolicy
-
getPolicy
-