Base Agent
The base agent simply said just calls the strategy that is defined by the agent and performs the actions that have been configured there.
If you don't have a need for adding any special actions to the agent and just
want it to do what the Strategy
specifies you can remove the source
field of
the agent in the configuration. The simulator will see that you left it out and
pick the Base Agent Class
as the source
option automatically.
You can still use all the other features of the agent like metrics
for example
to record metrics from the agent.