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