Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ReinforcementLearning (version 1.0.5)

lookupActionSelection: Converts a name into an action selection function

Description

Input is a name for the action selection, output is the corresponding function object.

Usage

lookupActionSelection(type)

Arguments

type

A string denoting the type of action selection. Allowed values are epsilon-greedy or random.

Value

Function that implements the specific learning rule.