CActor Class Reference
Interface for all
Actors. More...
#include <cactorcritic.h>
Inheritance diagram for CActor:
List of all members.
Detailed Description
Interface for all Actors.
The actors have to adopt their policies according to the critics
they get. The class CActor provides an interface for sending a
critic to the actor (receiveError(CStateCollection *currentState,
CAction *action). This is all the Actor classes have to implement.
How to get the policy from the actor is decontrolled to the Actor
classes itself. The class also maintains a learning rate beta,
which can be used by the subclasses.
Constructor & Destructor Documentation
Member Function Documentation
| double
CActor::getLearningRate
|
( |
|
) |
|
|
| void
CActor::setLearningRate
|
( |
double |
learningRate |
) |
|
|
The documentation for this class was generated from the following
file:
|