Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
FSchemaDiscreteInclusiveParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningAction.h |
| Include Path |
#include "LearningAction.h" |
Syntax
struct FSchemaDiscreteInclusiveParameters
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 |
|