Interface | Description |
---|---|
MDPSolverInterface |
The top-level interface for algorithms that solve MDPs.
|
Class | Description |
---|---|
Episode |
This class is used to keep track of all events that occur in an episode.
|
MDPSolver |
The abstract super class to use for various MDP solving algorithms, including both planning and learning algorithms.
|