| Class | Description |
|---|---|
| LookupPolicy<S,A extends Action> |
Default implementation of the Policy interface using an underlying Map to
look up an action associated with a state.
|
| MDP<S,A extends Action> |
Default implementation of the MarkovDecisionProcess
|
| ModifiedPolicyEvaluation<S,A extends Action> |
Artificial Intelligence A Modern Approach (3rd Edition): page 657.
For small state spaces, policy evaluation using exact solution methods is often the most efficient approach. |