CAgentStatisticController Class Reference
Agent controller which
returns additionally an statistic object for the action.
More...
#include <cagentcontroller.h>
Inheritance diagram for CAgentStatisticController:
List
of all members.
Detailed Description
Agent controller which returns additionally an statistic object for
the action.
The statistic object gives information about how good the
controller things the choosed action is. This is used by
CMultiController, to choose the best controller in the specified
state. Almost all implemented policies are statistic controllers,
returning the goodness of the q-value in comparison to the other
actions.
- See also:
- CActionStatistics
Constructor & Destructor Documentation
|
CAgentStatisticController::CAgentStatisticController
|
( |
CActionSet *
|
actions |
) |
|
|
Member Function Documentation
| |
Virtual function for returning the action for the specified
state, must be implemented by all subclasses.
Implements CAgentController.
|
The documentation for this class was generated from the following
file:
|