| Class | Description |
|---|---|
| EpisodeSequenceVisualizer |
This class is used to visualize a set of episodes that have been saved to files in a common directory or which are
provided to the object as a list of
Episode objects. |
| StateEnumerator |
For some algorithms, it is useful to have an explicit unique state identifier for each possible state and the hashcode of a state cannot reliably give
a unique number.
|
| StateReachability |
This class provides methods for finding the set of reachable states from a source state.
|