Navigation
API > API/Plugins > API/Plugins/Learning
| Name | FSchemaEncodingParameters |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningAction.h |
| Include Path | #include "LearningAction.h" |
Syntax
struct FSchemaEncodingParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActivationFunction | EEncodingActivationFunction | The activation function to use for encoding. | LearningAction.h | |
| Element | FSchemaElement | The sub-element. | LearningAction.h | |
| EncodingSize | int32 | The size at which the sub-element should be encoded. | LearningAction.h | |
| LayerNum | int32 | The number of layers in the encoding. | LearningAction.h |