unreal.LearningAgentsVectorObservationNormalizationSettings¶
- class unreal.LearningAgentsVectorObservationNormalizationSettings(normalization_option: LearningAgentsNormalization = Ellipsis, scales: Vector = Ellipsis, offsets: Vector = Ellipsis)¶
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.offsets(Vector): [Read-Write] Per-element mean values used for normalization. If empty, no bias is applied.scales(Vector): [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: