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
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • execute

      A execute(S s)
      Parameters:
      s - state
      Returns:
      action