Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/FSchema_1
| Name | FConv1dData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path | #include "LearningObservation.h" |
Syntax
struct FConv1dData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActivationFunction | EEncodingActivationFunction | LearningObservation.h | ||
| ElementIndex | int32 | LearningObservation.h | ||
| InChannels | int32 | LearningObservation.h | ||
| InputLength | int32 | LearningObservation.h | ||
| KernelSize | int32 | LearningObservation.h | ||
| OutChannels | int32 | LearningObservation.h | ||
| Padding | int32 | LearningObservation.h | ||
| PaddingMode | EPaddingMode | LearningObservation.h |