|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VREParameters | |
---|---|
edu.iastate.jrelm.rl | |
edu.iastate.jrelm.rl.rotherev.variant |
Uses of VREParameters in edu.iastate.jrelm.rl |
---|
Constructors in edu.iastate.jrelm.rl with parameters of type VREParameters | |
---|---|
SimpleStatelessLearner(VREParameters params,
java.util.Collection<O> actionList)
Build a SimpleStatelessLearner that uses a modified version of the Roth-Erev algorithm. |
|
SimpleStatelessLearner(VREParameters params,
REPolicy<java.lang.Integer,SimpleAction<O>> aPolicy)
Build a SimpleStatelessLearner that uses a modified version of the Roth-Erev algorithm with the given REPolicy. |
|
SimpleStatelessLearner(VREParameters params,
SimpleActionDomain<O> aDomain)
Build a SimpleStatelessLearner that uses a modified version of the Roth-Erev algorithm with the given SimpleActionDomain. |
Uses of VREParameters in edu.iastate.jrelm.rl.rotherev.variant |
---|
Methods in edu.iastate.jrelm.rl.rotherev.variant that return VREParameters | |
---|---|
VREParameters |
VRELearner.getParameters()
|
VREParameters |
VRELearner.makeParameters()
|
Constructors in edu.iastate.jrelm.rl.rotherev.variant with parameters of type VREParameters | |
---|---|
VRELearner(VREParameters learningParams,
ActionDomain<I,A> aDomain)
Construct a learner using Variant Roth-Erev with parameters specified in a VREParameters object. |
|
VRELearner(VREParameters learningParams,
REPolicy<I,A> aPolicy)
Construct a RothErev learning component with parameters specified in a AMREParameters object and the given policy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |