Uses of Class
edu.iastate.jrelm.core.SimpleActionDomain

Packages that use SimpleActionDomain
edu.iastate.jrelm.rl   
 

Uses of SimpleActionDomain in edu.iastate.jrelm.rl
 

Constructors in edu.iastate.jrelm.rl with parameters of type SimpleActionDomain
SimpleStatelessLearner(REParameters params, SimpleActionDomain<O> aDomain)
          Build a SimpleStatelessLearner that uses the Roth-Erev algorithm with the given SimpleActionDomain.
SimpleStatelessLearner(VREParameters params, SimpleActionDomain<O> aDomain)
          Build a SimpleStatelessLearner that uses a modified version of the Roth-Erev algorithm with the given SimpleActionDomain.