Class implementing a step of the Q-Learning Algorithm
Arguments
Objects from the Class
Objects can be created by calls of the form new("QLearn", ...).
These objects are for convenience in package development
and should not be created by users.
Slots
step:
Object of class "integer."
The step of the Q-Learning algorithm.
decisionFunc:
Object of class "matrix."
The value of the decision function at each treatment option.