Uses of Package
edu.iastate.jrelm.rl

Packages that use edu.iastate.jrelm.rl
edu.iastate.jrelm.core   
edu.iastate.jrelm.gui   
edu.iastate.jrelm.rl   
edu.iastate.jrelm.rl.bushmosteller   
edu.iastate.jrelm.rl.rotherev   
edu.iastate.jrelm.rl.rotherev.variant   
edu.iastate.jrelm.util   
 

Classes in edu.iastate.jrelm.rl used by edu.iastate.jrelm.core
ReinforcementLearner
          For classes that implement reinforcement learning algorithms.
RLParameters
          Interface for a collection of parameters needed for JReLMLearners.
 

Classes in edu.iastate.jrelm.rl used by edu.iastate.jrelm.gui
RLParameters
          Interface for a collection of parameters needed for JReLMLearners.
 

Classes in edu.iastate.jrelm.rl used by edu.iastate.jrelm.rl
AbstractStatelessPolicy
          An abstract implementation of the StatelessPolicy interface.
Policy
          Interface for building a reinforcement learning policy which is typically a mapping from States to Actions.
ReinforcementLearner
          For classes that implement reinforcement learning algorithms.
RLParameters
          Interface for a collection of parameters needed for JReLMLearners.
StatelessPolicy
          Interface for building a stateless reinforcement learning policy.
 

Classes in edu.iastate.jrelm.rl used by edu.iastate.jrelm.rl.bushmosteller
AbstractStatlessLearner
          Base abstract class for ReinforcementLearner classes that implement algorithms that do not make use of external environmental states.
ReinforcementLearner
          For classes that implement reinforcement learning algorithms.
RLParameters
          Interface for a collection of parameters needed for JReLMLearners.
SimpleStatelessPolicy
          A simple implementation of the StatelessPolicy interface.
 

Classes in edu.iastate.jrelm.rl used by edu.iastate.jrelm.rl.rotherev
AbstractStatelessPolicy
          An abstract implementation of the StatelessPolicy interface.
AbstractStatlessLearner
          Base abstract class for ReinforcementLearner classes that implement algorithms that do not make use of external environmental states.
Policy
          Interface for building a reinforcement learning policy which is typically a mapping from States to Actions.
ReinforcementLearner
          For classes that implement reinforcement learning algorithms.
RLParameters
          Interface for a collection of parameters needed for JReLMLearners.
SimpleStatelessPolicy
          A simple implementation of the StatelessPolicy interface.
StatelessPolicy
          Interface for building a stateless reinforcement learning policy.
 

Classes in edu.iastate.jrelm.rl used by edu.iastate.jrelm.rl.rotherev.variant
AbstractStatlessLearner
          Base abstract class for ReinforcementLearner classes that implement algorithms that do not make use of external environmental states.
ReinforcementLearner
          For classes that implement reinforcement learning algorithms.
RLParameters
          Interface for a collection of parameters needed for JReLMLearners.
 

Classes in edu.iastate.jrelm.rl used by edu.iastate.jrelm.util
ReinforcementLearner
          For classes that implement reinforcement learning algorithms.