Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Conv 2d Observation Params' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| integer | Input Height | Height of the 2D input. |
| integer | Input Width | Width of the 2D input. |
| integer | In Channels | Number of input channels. |
| integer | Out Channels | Number of output channels. |
| integer | Kernel Size | Size of the convolution kernel. (3 -> (3x3), 5 -> (5x5) etc) |
| integer | Stride | Stride of the convolution. |
| integer | Padding | Amount of zero?padding on each side. |
| enum | Activation Function | Activation applied after the convolution. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Conv 2d Observation Params |