Navigation
API > API/Plugins > API/Plugins/Learning
| Name | FSchemaConv2dParameters |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path | #include "LearningObservation.h" |
Syntax
struct FSchemaConv2dParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActivationFunction | EEncodingActivationFunction | The activation function to use for the convolution layer. | LearningObservation.h | |
| Element | FSchemaElement | The sub-element. | LearningObservation.h | |
| InChannels | int32 | Number of input channels. | LearningObservation.h | |
| InputHeight | int32 | Height of the 2d convolution input. | LearningObservation.h | |
| InputWidth | int32 | Width of the 2d convolution input. | LearningObservation.h | |
| KernelSize | int32 | Size of the convolving kernel. | LearningObservation.h | |
| OutChannels | int32 | Number of output channels after convolution. | LearningObservation.h | |
| Padding | int32 | The amount of padding to add to both sides of the input. | LearningObservation.h | |
| PaddingMode | EPaddingMode | Zeros or Circular. | LearningObservation.h | |
| Stride | int32 | Size of the convolution stride. | LearningObservation.h |