Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
FSchemaConv1dParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path |
#include "LearningObservation.h" |
Syntax
struct FSchemaConv1dParameters
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 |
|
| InputLength |
int32 |
Length of the 1d 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 |
|