Uses of Interface
clarion.system.InterfaceUsesQLearning

Packages that use InterfaceUsesQLearning
clarion.system   
 

Uses of InterfaceUsesQLearning in clarion.system
 

Classes in clarion.system that implement InterfaceUsesQLearning
 class QBPNet
          This class implements a Q-learning backpropagating neural network within CLARION.
 

Fields in clarion.system declared as InterfaceUsesQLearning
private  InterfaceUsesQLearning QLearningMatchCalculator.Q
          The Q-learning object that is used for calculating positivity.
 

Constructors in clarion.system with parameters of type InterfaceUsesQLearning
QLearningMatchCalculator(InterfaceUsesQLearning q)
          Initializes the Q-learning match calculator with Q-learning object specified.