public interface ExperimentalEnvironment
Environment
implementations
that can accept a message informing the environment that a new experiment for a LearningAgent
has started.
This is useful if when comparing multiple agents the same initial state sequence is desired.Modifier and Type | Method and Description |
---|---|
void |
startNewExperiment()
Tells this
Environment that an experiment with a new LearningAgent
has begun. |
void startNewExperiment()
Environment
that an experiment with a new LearningAgent
has begun.