View source: R/func-rl_policies.R
rl_define_policy | R Documentation |
Define the Action-Selection Policy for an RL Agent
rl_define_policy(policy, ...)
policy |
What policy should a decision be made under? Currently supported are softmax, greedy, and epsilon-greedy. |
... |
Additional arguments passed to or from specific methods, such as
|
The agent object with modified policy structure.
# Example arguments include: # (policy = "softmax", tau = 7) # (policy = "epsilonGreedy", epsilon = 0.4) # (policy = "greedy")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.