Uses of Class
edu.iastate.jrelm.rl.rotherev.REPolicy

Packages that use REPolicy
edu.iastate.jrelm.rl   
edu.iastate.jrelm.rl.rotherev   
edu.iastate.jrelm.rl.rotherev.variant   
 

Uses of REPolicy in edu.iastate.jrelm.rl
 

Constructors in edu.iastate.jrelm.rl with parameters of type REPolicy
SimpleStatelessLearner(REParameters params, REPolicy<java.lang.Integer,SimpleAction<O>> aPolicy)
          Build a SimpleStatelessLearner that uses the Roth-Erev algorithm with the given REPolicy.
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.
 

Uses of REPolicy in edu.iastate.jrelm.rl.rotherev
 

Methods in edu.iastate.jrelm.rl.rotherev that return REPolicy
 REPolicy<I,A> RELearner.getPolicy()
           
 

Methods in edu.iastate.jrelm.rl.rotherev with parameters of type REPolicy
 void RELearner.setPolicy(REPolicy<I,A> newPolicy)
           
 

Constructors in edu.iastate.jrelm.rl.rotherev with parameters of type REPolicy
RELearner(REParameters learningParams, REPolicy<I,A> aPolicy)
          Construct a RothErev learning component with parameters specified in a AREParameters object and the given policy.
 

Uses of REPolicy in edu.iastate.jrelm.rl.rotherev.variant
 

Constructors in edu.iastate.jrelm.rl.rotherev.variant with parameters of type REPolicy
VRELearner(VREParameters learningParams, REPolicy<I,A> aPolicy)
          Construct a RothErev learning component with parameters specified in a AMREParameters object and the given policy.