Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
FObjectSparseParameters |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/LearningCore/Source/Learning/Public/LearningObservation.h |
| Include Path |
#include "LearningObservation.h" |
Syntax
struct FObjectSparseParameters
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DiscreteIndices |
TArrayView< const int32 > |
Indices of the sparse observations. |
LearningObservation.h |
|
| Values |
TArrayView< const float > |
Sparse observation values. |
LearningObservation.h |
|