Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/ULearningAgentsRecorder > API/Plugins/LearningAgentsTraining/ULearningAgentsRecorder/FAgentRecordBuffer
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
LearningAgentsRecorder.h |
|
FAgentRecordBuffer
(
const int32 InObservationCompatibilityHash,
const int32 InActionCompatibilityHash,
const UE::Learning::Observation::FSchema InObservationSchema,
const UE::Learning::Observation::FSchemaElement InObservationSchemaElement,
const UE::Learning::Action::FSchema InActionSchema,
const UE::Learning::Action::FSchemaElement InActionSchemaElement
)
|
|
LearningAgentsRecorder.h |
|
FAgentRecordBuffer()
| |
|
| Name |
FAgentRecordBuffer |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsRecorder.h |
| Include Path |
#include "LearningAgentsRecorder.h" |
FAgentRecordBuffer()
FAgentRecordBuffer(const int32, const int32, const UE::Learning::Observation::FSchema, const UE::Learning::Observation::FSchemaElement, const UE::Learning::Action::FSchema, const UE::Learning::Action::FSchemaElement)
| |
|
| Name |
FAgentRecordBuffer |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsRecorder.h |
| Include Path |
#include "LearningAgentsRecorder.h" |
| Source |
/Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Private/LearningAgentsRecorder.cpp |
FAgentRecordBuffer
(
const int32 InObservationCompatibilityHash,
const int32 InActionCompatibilityHash,
const UE::Learning::Observation::FSchema InObservationSchema,
const UE::Learning::Observation::FSchemaElement InObservationSchemaElement,
const UE::Learning::Action::FSchema InActionSchema,
const UE::Learning::Action::FSchemaElement InActionSchemaElement
)