MultiAgentDecisionProcess
AgentQLearner.h File Reference
#include <list>
#include "AgentFullyObservable.h"
#include "QTable.h"
#include "Globals.h"

Classes

class  AgentQLearner
 AgentQLearner applies standard single-agent Q-learning in the joint action and state space. More...
 

Enumerations

enum  ExplorationT { EXPL_ILLEGAL, EXPL_BOLTZMANN, EXPL_EGREEDY }
 The possible exploration strategies when selecting an action. More...
 

Enumeration Type Documentation

The possible exploration strategies when selecting an action.

Enumerator
EXPL_ILLEGAL 
EXPL_BOLTZMANN 
EXPL_EGREEDY