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 FSchemaSetParameters
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. | |
| FSchemaElement | Element | The set sub-element. | |
| int32 | MaxNum | The maximum number of elements in the set. | |
| int32 | ValueEncodingSize | The size of the output encoding to use (per-attention-head) for sub-observations. |