lookupActionSelection {ReinforcementLearning}R Documentation

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.


[Package ReinforcementLearning version 1.0.5 Index]