Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
FSchemaOrInclusiveParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path |
#include "LearningObservation.h" |
Syntax
struct FSchemaOrInclusiveParameters
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 |
|
| ElementNames |
TArrayView< const FName > |
Names of the sub-observations. |
LearningObservation.h |
|
| Elements |
TArrayView< const FSchemaElement > |
The associated sub-observations. |
LearningObservation.h |
|
| ValueEncodingSize |
int32 |
The size of the output encoding to use (per-attention-head) for sub-observations. |
LearningObservation.h |
|