Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
FSchemaContinuousParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningCore/Source/Learning/Public/LearningAction.h |
| Include Path |
#include "LearningAction.h" |
Syntax
struct FSchemaContinuousParameters
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| NormalizationOption |
ENormalization |
The normalization option to use. |
LearningAction.h |
|
| Num |
int32 |
Number of values in the continuous action. |
LearningAction.h |
|
| Offsets |
TArrayView< const float > |
Per-element mean values for normalization. If empty, zero bias is applied. *Only used when normalization option is set to manual. |
LearningAction.h |
|
| Scales |
TArrayView< const float > |
Per-element standard deviation values for normalization. If empty, identity scaling is applied. *Only used when normalization option is set to manual. |
LearningAction.h |
|