Navigation
API > API/Plugins > API/Plugins/Learning
| Name | FSchemaOrInclusiveParameters |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningAction.h |
| Include Path | #include "LearningAction.h" |
Syntax
struct FSchemaOrInclusiveParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ElementNames | TArrayView< const FName > | Names of the sub-actions. | LearningAction.h | |
| Elements | TArrayView< const FSchemaElement > | The associated sub-elements. | LearningAction.h | |
| PriorProbabilities | TArrayView< const float > | Prior Probabilities of the sub-actions. | LearningAction.h |