Interface Policy<S extends State,A extends Action>

Type Parameters:
S - The type of states
A - The type of actions
All Known Implementing Classes:
FixedPolicy

public interface Policy<S extends State,A extends Action>
A policy (map from states to actions) for Markov Decision Process
Author:
Matthias Thimm