Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
FSchemaSetParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path |
#include "LearningObservation.h" |
Syntax
struct FSchemaSetParameters
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AttentionEncodingSize |
int32 |
The size of the attention embedding to use (per-attention-head) for sub-observations. |
LearningObservation.h |
|
| AttentionHeadNum |
int32 |
The number of attention heads to use for combining sub-observations. |
LearningObservation.h |
|
| Element |
FSchemaElement |
The set sub-element. |
LearningObservation.h |
|
| MaxNum |
int32 |
The maximum number of elements in the set. |
LearningObservation.h |
|
| ValueEncodingSize |
int32 |
The size of the output encoding to use (per-attention-head) for sub-observations. |
LearningObservation.h |
|