#include <StubLearner.h>
Inheritance diagram for lm::StubLearner:
Public Methods | |
StubLearner (Agent *a) | |
~StubLearner () | |
virtual void | Learn () |
void | setAgent (Agent *agent) |
void | setName (std::string name) |
std::string | getName () |
|
|
|
destructor |
|
|
|
This is where the learning happens. This where the agent does any learning that he needs to do. If you have a database for instance that adds information from agents on what the agent sees and does this is the point to access it. Implements lm::Learner. |
|
|
|
|