Description Usage Arguments Value References
View source: R/actionSelection.R
Deprecated. Please use [ReinforcementLearning::selectEpsilonGreedyAction()] instead.
1 | epsilonGreedyActionSelection(Q, state, epsilon)
|
Q |
State-action table of type |
state |
The current state. |
epsilon |
Exploration rate between 0 and 1. |
Character value defining the next action.
Sutton and Barto (1998). "Reinforcement Learning: An Introduction", MIT Press, Cambridge, MA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.