Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/ULearningAgentsRecording
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsRecording.h |
| Include | #include "LearningAgentsRecording.h" |
| Source | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Private/LearningAgentsRecording.cpp |
UFUNCTION (BlueprintCallable, Category="LearningAgents")
void GetObservationVector
(
TArray < float > & OutObservationVector,
int32 & OutObservationCompatibilityHash,
const int32 Record,
const int32 Step
)
Remarks
Get the Observation Vector associated with a particular step of a given recording
Parameters
| Name | Description |
|---|---|
| OutObservationVector | Output Observation Vector |
| OutObservationCompatibilityHash | Output Compatibility Hash for the given Observation Vector |
| Record | Index of the record in the array of records. |
| Step | Step of the recording |