Uses of Class
edu.iastate.jrelm.rl.SimpleStatelessPolicy

Packages that use SimpleStatelessPolicy
edu.iastate.jrelm.rl.bushmosteller   
edu.iastate.jrelm.rl.rotherev   
 

Uses of SimpleStatelessPolicy in edu.iastate.jrelm.rl.bushmosteller
 

Methods in edu.iastate.jrelm.rl.bushmosteller that return SimpleStatelessPolicy
 SimpleStatelessPolicy<I,A> GBMLearner.getPolicy()
           
 

Methods in edu.iastate.jrelm.rl.bushmosteller with parameters of type SimpleStatelessPolicy
 void GBMLearner.setPolicy(SimpleStatelessPolicy<I,A> newPolicy)
           
 

Constructors in edu.iastate.jrelm.rl.bushmosteller with parameters of type SimpleStatelessPolicy
GBMLearner(GBMParameters learningParams, SimpleStatelessPolicy<I,A> aPolicy)
           
 

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

Subclasses of SimpleStatelessPolicy in edu.iastate.jrelm.rl.rotherev
 class REPolicy<I,A extends Action>