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 experienceReplay.

Value

Function that implements the specific learning rule.

See Also

ReinforcementLearning


[Package ReinforcementLearning version 1.0.5 Index]