Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Make a new continuous observation. The size of Values must match the Size given during Specify.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Object | The Observation Object |
| real | Values | The observation values. |
| boolean | Active | Whether the observation should be considered active. Must match the value given during Specify. |
| name | Tag | The tag of the corresponding observation. Must match the tag given during Specify. |
| struct | Visual Logger Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | The newly created observation object element. |