Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
FSchemaOrExclusiveParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningObservation.h |
| Include Path |
#include "LearningObservation.h" |
Syntax
struct FSchemaOrExclusiveParameters
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ElementNames |
TArrayView< const FName > |
Names of the sub-observations. |
LearningObservation.h |
|
| Elements |
TArrayView< const FSchemaElement > |
The associated sub-observations. |
LearningObservation.h |
|
| EncodingSize |
int32 |
The size of the encoding to use to combine these sub-observations. |
LearningObservation.h |
|