Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsRecording.h |
| Include | #include "LearningAgentsRecording.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FLearningAgentsRecord
Remarks
A single recording of a series of observations and actions.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ActionDimNum | The number of dimensions in the action vector for this record | |
| TLearningArray< 2, float > | Actions | ||
| int32 | ObservationDimNum | The number of dimensions in the observation vector for this record | |
| TLearningArray< 2, float > | Observations | ||
| int32 | SampleNum | The number of observations and actions recorded. |