Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new continuous observation. This represents an observation made up of several float values.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Observation Schema |
| integer | Size | The number of float values in the observation. |
| real | Scale | The scale used to normalize this observation. |
| 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. |