public class CorrelatedQ extends java.lang.Object implements SGBackupOperator
1. Greenwald, Amy, Keith Hall, and Roberto Serrano. "Correlated Q-learning." ICML. Vol. 3. 2003.
| Modifier and Type | Field and Description | 
|---|---|
protected CorrelatedEquilibriumSolver.CorrelatedEquilibriumObjective | 
objectiveType
The correlated equilibrium objective to be solved. 
 | 
| Constructor and Description | 
|---|
CorrelatedQ(CorrelatedEquilibriumSolver.CorrelatedEquilibriumObjective objectiveType)
Initializes an operator for the given correlated equilibrium objective. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
performBackup(State s,
             int forAgent,
             java.util.List<SGAgentType> agentDefinitions,
             AgentQSourceMap qSourceMap)  | 
protected CorrelatedEquilibriumSolver.CorrelatedEquilibriumObjective objectiveType
public CorrelatedQ(CorrelatedEquilibriumSolver.CorrelatedEquilibriumObjective objectiveType)
objectiveType - the correlated equilibrium objective being solved.public double performBackup(State s, int forAgent, java.util.List<SGAgentType> agentDefinitions, AgentQSourceMap qSourceMap)
performBackup in interface SGBackupOperator