randomActionSelection: Performs random action selection

Description Usage Arguments Value

View source: R/actionSelection.R

Description

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

Usage

1

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.


nproellochs/ReinforcementLearning documentation built on March 3, 2020, 12:22 a.m.