unreal.LearningAgentsFloatObservationNormalizationSettings¶
- class unreal.LearningAgentsFloatObservationNormalizationSettings(normalization_option: LearningAgentsNormalization = Ellipsis, scale: float = 0.0, offset: float = 0.0)¶
Bases:
StructBaseSettings for normalizing observations
C++ Source:
Plugin: LearningAgents
Module: LearningAgents
File: LearningAgentsObservations.h
Editor Properties: (see get_editor_property/set_editor_property)
normalization_option(LearningAgentsNormalization): [Read-Write] The normalization method to use.offset(float): [Read-Write] Per-element mean values used for normalization. If empty, no bias is applied.scale(float): [Read-Write] Per-element standard deviation values used for normalization. If empty, no scaling is applied.
- property normalization_option: LearningAgentsNormalization¶
[Read-Write] The normalization method to use.
- Type: