Description Usage Arguments Value
View source: R/actionSelection.R
Performs random action selection. In this strategy, the agent always selects an action at random.
1 | selectRandomAction(Q, state, epsilon)
|
Q |
State-action table of type |
state |
The current state. |
epsilon |
Exploration rate between 0 and 1 (not used). |
Character value defining the next action.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.