policy {ReinforcementLearning} | R Documentation |
Computes the reinforcement learning policy
Description
Deprecated. Please use [ReinforcementLearning::computePolicy()] instead.
Usage
policy(x)
Arguments
x |
Variable which encodes the behavior of the agent. This can be
either a |
Value
Returns the learned policy.
See Also
[Package ReinforcementLearning version 1.0.5 Index]