Interface | Description |
---|---|
ExperimentalEnvironment |
An interface to be used in conjunction with
Environment implementations
that can accept a message informing the environment that a new experiment for a LearningAgent has started. |
Class | Description |
---|---|
LearningAlgorithmExperimenter |
This class is used to simplify the comparison of different learning algorithms.
|
PerformancePlotter |
This class is an action observer used to collect and plot performance data of a learning agent either by itself or against another learning agent.
|
Enum | Description |
---|---|
PerformanceMetric |
Enumerator for the types of statistics that can be plotted by
PerformancePlotter . |
TrialMode |
Enumerator for specifying the what kinds of plots for each
PerformanceMetric will be plotted by PerformancePlotter . |