Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new struct observation. This represents a group of named sub-observations.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Observation Schema |
| name | Element Names | The names of the sub-observations that make up this struct. |
| struct | Elements | The corresponding sub-observations that make up this struct. Must be the same size as ElementNames. |
| name | Tag | The tag of this new observation. Used during observation object validation and debugging. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value | The newly created observation schema element. |