public interface AgentQSourceMap
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
AgentQSourceMap.HashMapAgentQSourceMap
An implementation of the  
AgentQSourceMap in which the sources are specified by a hash map. | 
static class  | 
AgentQSourceMap.MAQLControlledQSourceMap
An implementation of the  
AgentQSourceMap in which different agent objects each maintain their own personal Q-source. | 
| Modifier and Type | Method and Description | 
|---|---|
QSourceForSingleAgent | 
agentQSource(int agentNum)
Returns a QSource which can be used to query the Q-values of a given agent. 
 | 
QSourceForSingleAgent agentQSource(int agentNum)
agentNum - the agent for whom the qSource is to be providedQSourceForSingleAgent object that allows the Q-values for a single agent to be queried.