Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningAdamOptimizer.h |
| Include | #include "LearningAdamOptimizer.h" |
Syntax
struct FAdamOptimizerSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Beta1 | First moment momentum ratio. Reduce if seeing large swings in the loss. | |
| float | Beta2 | Second moment momentum ratio. Reduce if seeing large swings in the loss. | |
| float | FiniteDifferenceStd | The size of the std for finite differencing. | |
| float | LearningRate | Update learning rate. Larger values may speed up convergence at the cost of instability. |