Class Summary |
AbstractStatelessPolicy<I,A extends Action> |
An abstract implementation of the StatelessPolicy interface. |
AbstractStatlessLearner<PA extends RLParameters,I,A extends Action<I>,F extends Feedback,PO extends StatelessPolicy<I,A>> |
Base abstract class for ReinforcementLearner classes that implement
algorithms that do not make use of external environmental states. |
SimplePolicy<AI,A extends Action,SI,S extends State> |
A simple implementation of the Policy interface. |
SimpleStatelessLearner<O> |
The SimpleStatelessLearner packages together all the core learning components and a
few pre-implemented reinforcement learning algorithms. |
SimpleStatelessPolicy<I,A extends Action> |
A simple implementation of the StatelessPolicy interface. |