policyParameters
Obtain structure of policy parameters to update policy during simulation or deployment
Since R2025a
Description
This function returns a structure containing the parameters of a policy, including
its learnable and tunable parameters. You can use this structure to update the policy
parameters during simulation or deployment. For MATLAB® simulations, use the updatePolicyParameters
function. For Simulink® simulations, the structure is consistent with the bus object generated by the
Policy block, so you can
provide the structure as an input to the parameters port of
the block.
For more information on policies and value functions, see Create Policies and Value Functions.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2025a
See Also
Functions
updatePolicyParameters
|generatePolicyBlock
|generatePolicyFunction
|getGreedyPolicy
|getExplorationPolicy
|getLearnableParameters
|syncParameters
Objects
rlMaxQPolicy
|rlEpsilonGreedyPolicy
|rlAdditiveNoisePolicy
|rlDeterministicActorPolicy
|rlStochasticActorPolicy
|rlHybridStochasticActorPolicy
|dlnetwork