Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new velocity observation. Allows an agent to observe the velocity of some entity.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Observation Schema |
| real | Velocity Scale | The scale used to normalize this observation in cm/s. |
| 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. |