Learn R Programming

ReinforcementLearning (version 1.0.5)

policy: 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 matrix, data.frame or an rl object.

Value

Returns the learned policy.

See Also

ReinforcementLearning