Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include | #include "LearningObservation.h" |
Syntax
struct FSchemaOrInclusiveParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | AttentionEncodingSize | The size of the attention embedding to use (per-attention-head) for sub-observations. | |
| int32 | AttentionHeadNum | The number of attention heads to use for combining sub-observations. | |
| TArrayView< const FName > | ElementNames | Names of the sub-observations. | |
| TArrayView< const FSchemaElement > | Elements | The associated sub-observations. | |
| int32 | ValueEncodingSize | The size of the output encoding to use (per-attention-head) for sub-observations. |