Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new float observation. A simple observation which can be used as a catch-all for situations where a type-specific observation does not exist.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Observation Schema |
| real | Float 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. |