Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Conv 1d Observation Params' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| integer | Input Length | Length of the 1D input. |
| integer | In Channels | Number of input channels. |
| integer | Out Channels | Number of output channels. |
| integer | Kernel Size | Size of the convolution kernel. |
| integer | Padding | Amount of padding to add. |
| enum | Padding Mode | The padding mode. |
| enum | Activation Function | Activation applied after the convolution. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Conv 1d Observation Params |