Navigation
API > API/Plugins > API/Plugins/LearningAgents
Settings for normalizing observations
| Name | FLearningAgentsObservationNormalizationSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsObservations.h |
| Include Path | #include "LearningAgentsObservations.h" |
Syntax
USTRUCT (BlueprintType )
struct FLearningAgentsObservationNormalizationSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NormalizationOption | ELearningAgentsNormalization | The normalization method to use. | LearningAgentsObservations.h |
|
| Offsets | TArray< float > | Per-element mean values used for normalization. If empty, no bias is applied. | LearningAgentsObservations.h |
|
| Scales | TArray< float > | Per-element standard deviation values used for normalization. If empty, no scaling is applied. | LearningAgentsObservations.h |
|