lookupLearningRule {ReinforcementLearning} | R Documentation |
Loads reinforcement learning algorithm
Description
Decides upon a learning rule for reinforcement learning. Input is a name for the learning rule, while output is the corresponding function object.
Usage
lookupLearningRule(type)
Arguments
type |
A string denoting the learning rule. Allowed values are |
Value
Function that implements the specific learning rule.
See Also
[Package ReinforcementLearning version 1.0.5 Index]