Class FixedPolicy<S extends State,A extends Action>

java.lang.Object
org.tweetyproject.machinelearning.rl.mdp.FixedPolicy<S,A>
Type Parameters:
S - The type of states
A - The type of actions
All Implemented Interfaces:
Policy<S,A>

public class FixedPolicy<S extends State,A extends Action> extends Object implements Policy<S,A>
A fixed policy for MDPs, i.e., a simple map from states to actions.
Author:
Matthias Thimm