Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new static array observation. This represents an observation made up of a fixed-size array of some other observation.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Observation Schema |
| struct | Element | The sub-observation that represents elements of this array. |
| integer | Num | The number of elements in the fixed size array. |
| 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. |