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