|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectart.cs.ActionController
The action controller implements Effector and is the class that build the action messages to be performed in the environment.
| Constructor Summary | |
ActionController(CsConfiguration conf,
java.util.ArrayList msgList)
Constructor of the class. |
|
| Method Summary | |
int[] |
getNextAction()
Used to obtain the next action selected by the cs, codified as an array of integer where the wildcard # (meaning do not care) is the value "2". |
boolean |
hasNext()
If there is at least one more action to be evaluated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActionController(CsConfiguration conf,
java.util.ArrayList msgList)
conf - Configuration.msgList - Message list.| Method Detail |
public int[] getNextAction()
EffectorCsManager.setReward(double)
getNextAction in interface Effectorpublic boolean hasNext()
Effector
hasNext in interface Effector
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||