Uses of Package
edu.iastate.jrelm.core

Packages that use edu.iastate.jrelm.core
edu.iastate.jrelm.core   
edu.iastate.jrelm.demo   
edu.iastate.jrelm.demo.bandit   
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.core used by edu.iastate.jrelm.core
Action
          For classes representing the operations that an agent can perform in a particual simulation.
ActionDomain
          Representation of the space of possible operations an agent can perform in a particular environment.
BasicLearnerManager.RegistrationEvent
           
BasicLearnerManager.RegistrationListener
           
Feedback
          Interface for classes representing feedback for reinforcement learning algorithms.
JReLMAgent
          Interface for desiginating an agent that uses JReLM learning components
SimpleAction
          Simple class that implements the Action interface.
SimpleState
          Simple class that implements the State interface.
State
          For classes representing a state of the environment that an agent is operating in.
StateDomain
          Representation of an agent's state space.
 

Classes in edu.iastate.jrelm.core used by edu.iastate.jrelm.demo
Action
          For classes representing the operations that an agent can perform in a particual simulation.
ActionDomain
          Representation of the space of possible operations an agent can perform in a particular environment.
JReLMAgent
          Interface for desiginating an agent that uses JReLM learning components
 

Classes in edu.iastate.jrelm.core used by edu.iastate.jrelm.demo.bandit
Action
          For classes representing the operations that an agent can perform in a particual simulation.
ActionDomain
          Representation of the space of possible operations an agent can perform in a particular environment.
JReLMAgent
          Interface for desiginating an agent that uses JReLM learning components
SimpleAction
          Simple class that implements the Action interface.
 

Classes in edu.iastate.jrelm.core used by edu.iastate.jrelm.gui
BasicLearnerManager
          Manages the collection of ReinforcementLearners in a simulation.
 

Classes in edu.iastate.jrelm.core used by edu.iastate.jrelm.rl
Action
          For classes representing the operations that an agent can perform in a particual simulation.
ActionDomain
          Representation of the space of possible operations an agent can perform in a particular environment.
Feedback
          Interface for classes representing feedback for reinforcement learning algorithms.
SimpleAction
          Simple class that implements the Action interface.
SimpleActionDomain
          SimpleActionDomain is basic implementation of the ActionDomain interface.
State
          For classes representing a state of the environment that an agent is operating in.
StateDomain
          Representation of an agent's state space.
 

Classes in edu.iastate.jrelm.core used by edu.iastate.jrelm.rl.bushmosteller
Action
          For classes representing the operations that an agent can perform in a particual simulation.
Feedback
          Interface for classes representing feedback for reinforcement learning algorithms.
 

Classes in edu.iastate.jrelm.core used by edu.iastate.jrelm.rl.rotherev
Action
          For classes representing the operations that an agent can perform in a particual simulation.
ActionDomain
          Representation of the space of possible operations an agent can perform in a particular environment.
Feedback
          Interface for classes representing feedback for reinforcement learning algorithms.
 

Classes in edu.iastate.jrelm.core used by edu.iastate.jrelm.rl.rotherev.variant
Action
          For classes representing the operations that an agent can perform in a particual simulation.
ActionDomain
          Representation of the space of possible operations an agent can perform in a particular environment.
Feedback
          Interface for classes representing feedback for reinforcement learning algorithms.
 

Classes in edu.iastate.jrelm.core used by edu.iastate.jrelm.util
JReLMAgent
          Interface for desiginating an agent that uses JReLM learning components