Navigation
BlueprintAPI > BlueprintAPI/LearningAgents
Specifies a new 2d convolution observation of another observation (Flat buffer input, Channels x Input Height x Input Width), Zeros Padding.
Target is Learning Agents Observations
Inputs
| Type | Name | Description |
|---|---|---|
| object | Schema | The Observation Schema |
| struct | Element | The sub-observation to be convolved. |
| struct | Conv 2d Params | |
| 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. |