Learn R Programming

ReinforcementLearning (version 1.0.5)

randomActionSelection: Performs random action selection

Description

Deprecated. Please use [ReinforcementLearning::selectRandomAction()] instead.

Usage

randomActionSelection(Q, state, epsilon)

Arguments

Q

State-action table of type hash.

state

The current state.

epsilon

Exploration rate between 0 and 1 (not used).

Value

Character value defining the next action.