package
1.0.0-alpha.12
Repository: https://github.com/eltorocorp/reinforcement-learning.git
Documentation: pkg.go.dev

# Interfaces

Actioner is an interace wrapping an action that can be applied to the model's current state.
ActionStatter is something that can represent the stats associated with an action.
An Agenter is anything that is capable of recommending actions, applying actions to a given state, and learning based on the transition from one state to another.
Stater is an interface wrapping the current state of the model.