unreal.LearningAgentsFloatActionNormalizationSettings

class unreal.LearningAgentsFloatActionNormalizationSettings(normalization_option: LearningAgentsNormalization = Ellipsis, scale: float = 0.0, offset: float = 0.0)

Bases: StructBase

Settings for normalizing observations

C++ Source:

  • Plugin: LearningAgents

  • Module: LearningAgents

  • File: LearningAgentsActions.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:

(LearningAgentsNormalization)

property offset: float

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

Type:

(float)

property scale: float

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

Type:

(float)