Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new exclusive union observation. This represents an observation which is exclusively chosen from a set of named sub-observations. In other words, when this observation is created, you only need to provide one observation from the given sub-observations.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Observation Schema |
| name | Elements | The sub-observations that make up this union. |
| integer | Encoding Size | The encoding size used to encode each 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. |