#import <QLearningAgent.h>
Protected Attributes | |
CCArray * | gameStates |
QState * | currentState |
Action | currentAction |
Definition at line 15 of file QLearningAgent.h.
- (Action) currentAction [protected] |
Definition at line 21 of file QLearningAgent.h.
- (QState*) currentState [protected] |
Definition at line 20 of file QLearningAgent.h.
- (CCArray*) gameStates [protected] |
Definition at line 18 of file QLearningAgent.h.