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