|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iastate.jrelm.core.SimpleAction<java.lang.Integer>
edu.iastate.jrelm.demo.bandit.BanditAction
public class BanditAction
Constructor Summary | |
---|---|
BanditAction(java.lang.Integer id,
java.lang.Integer armNumber)
Construct a BanditAction with the given ID and a choice of arm to pull. |
Method Summary | |
---|---|
java.lang.Integer |
getAct()
Here the plan of action is which arm to pull. |
Methods inherited from class edu.iastate.jrelm.core.SimpleAction |
---|
getID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BanditAction(java.lang.Integer id, java.lang.Integer armNumber)
id
- - ID for this actionarmNumber
- - which arm to pullMethod Detail |
---|
public java.lang.Integer getAct()
getAct
in class SimpleAction<java.lang.Integer>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |