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