Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new pair observation. This represents an observation made up of two sub-observations.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Observation Schema |
| struct | Key | The first sub-observation. |
| struct | Value | The second sub-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. |