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 (BlueprintType )
struct FLearningAgentsRecord
Remarks
A single recording of a series of observations and actions.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ActionCompatibilityHash | The compatibility hash for the recorded action vectors | |
| TArray< float > | ActionData | Action data | |
| int32 | ActionDimNum | The number of dimensions in the action vector for this record | |
| int32 | ObservationCompatibilityHash | The compatibility hash for the recorded observation vectors | |
| TArray< float > | ObservationData | Observation data | |
| int32 | ObservationDimNum | The number of dimensions in the observation vector for this record | |
| int32 | StepNum | The number of observations and actions recorded. |