Interface PolicyEvaluation<S extends State,A extends Action>

Type Parameters:
S - The type of states in the MDP.
A - The type of actions in the MDP.
All Known Implementing Classes:
IterativePolicyEvaluation

public interface PolicyEvaluation<S extends State,A extends Action>
The `PolicyEvaluation` interface provides methods to evaluate the utility of states in a Markov Decision Process (MDP) with respect to a given policy.
Author:
Matthias Thimm