unreal.LearningAgentsVectorObservationNormalizationSettings

class unreal.LearningAgentsVectorObservationNormalizationSettings(normalization_option: LearningAgentsNormalization = Ellipsis, scales: Vector = Ellipsis, offsets: Vector = Ellipsis)

Bases: StructBase

Settings 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:

(LearningAgentsNormalization)

property offsets: Vector

[Read-Write] Per-element mean values used for normalization. If empty, no bias is applied.

Type:

(Vector)

property scales: Vector

[Read-Write] Per-element standard deviation values used for normalization. If empty, no scaling is applied.

Type:

(Vector)