Navigation
API > API/Plugins > API/Plugins/LearningAgents
A wrapper of Conv1d observation parameters
| Name | FConv1dObservationParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsObservations.h |
| Include Path | #include "LearningAgentsObservations.h" |
Syntax
USTRUCT (BlueprintType )
struct FConv1dObservationParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LearningAgentsObservations.h | |||
FConv1dObservationParams
(
int32 InInputLength, |
LearningAgentsObservations.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActivationFunction | ELearningAgentsActivationFunction | Activation applied after the convolution. | LearningAgentsObservations.h |
|
| InChannels | int32 | Number of input channels. | LearningAgentsObservations.h |
|
| InputLength | int32 | Length of the 1D input. | LearningAgentsObservations.h |
|
| KernelSize | int32 | Size of the convolution kernel. | LearningAgentsObservations.h |
|
| OutChannels | int32 | Number of output channels. | LearningAgentsObservations.h |
|
| Padding | int32 | Amount of padding to add. | LearningAgentsObservations.h |
|
| PaddingMode | ELearningAgentsPaddingMode | The padding mode. | LearningAgentsObservations.h |
|