powered by
Decides upon a learning rule for reinforcement learning. Input is a name for the learning rule, while output is the corresponding function object.
lookupLearningRule(type)
A string denoting the learning rule. Allowed values are experienceReplay.
experienceReplay
Function that implements the specific learning rule.
ReinforcementLearning