public interface LearningAgentFactory
Modifier and Type | Method and Description |
---|---|
LearningAgent |
generateAgent()
Generates a new LearningAgent object and returns it.
|
java.lang.String |
getAgentName()
Will return a name to identify the kind of agent that will be generated by this factory.
|
java.lang.String getAgentName()
LearningAlgorithmExperimenter
class
to label the results for different kinds of agents that are tested.LearningAgent generateAgent()