Main Content
rlOptimizer
Description
Create an optimizer object that updates the learnable parameters of an actor or critic in a custom training loop
returns a default
optimizer object. You can modify the object properties using dot notation.optObj
= rlOptimizer
returns an optimizer object with properties specified by the optimizer options object
optObj
= rlOptimizer(optOptions
)algOptions
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a
See Also
Functions
runEpisode
|update
|evaluate
|syncParameters
|dlfeval
|dlaccelerate
|getValue
|getAction
|getMaxQValue
|setup
|cleanup