Main Content
syncParameters
Modify the learnable parameters of one approximator towards the learnable parameters of another approximator
Since R2022a
Description
returns an updated function approximator object of the same type and configuration of
zFcnAppx
= syncParameters(xFcnAppx
,yFcnAppx
,smoothFactor
)xFcnAppx
, but with its learnable parameters updated towards
yFcnAppx
, according to the smooth factor
smoothFactor
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a
See Also
Functions
getLearnableParameters
|setLearnableParameters
|getActor
|getCritic
|setActor
|setCritic
|getModel
|setModel
|evaluate
|update
Objects
dlnetwork
|rlValueFunction
|rlQValueFunction
|rlVectorQValueFunction
|rlContinuousDeterministicActor
|rlDiscreteCategoricalActor
|rlContinuousGaussianActor
|rlContinuousDeterministicTransitionFunction
|rlContinuousGaussianTransitionFunction
|rlContinuousDeterministicRewardFunction
|rlContinuousGaussianRewardFunction
|rlIsDoneFunction