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