getLearnableParameters
Obtain learnable parameter values from agent, function approximator, or policy object
Syntax
Description
Agent
Actor or Critic
Examples
Input Arguments
Output Arguments
Tips
You can also obtain and modify the learnable parameters function approximation objects such as actors and critics by accessing their
Learnables
property, using dot notation.
Version History
Introduced in R2019aSee Also
Functions
setLearnableParameters
|syncParameters
|policyParameters
|updatePolicyParameters
|getActor
|getCritic
|setActor
|setCritic
|evaluate