Navigation
API > API/Plugins > API/Plugins/Learning
| Name | FSchemaDiscreteExclusiveParameters |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningAction.h |
| Include Path | #include "LearningAction.h" |
Syntax
struct FSchemaDiscreteExclusiveParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Num | int32 | Number of choices in the discrete action. | LearningAction.h | |
| PriorProbabilities | TArrayView< const float > | Prior Probabilities of the discrete actions. | LearningAction.h |