Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
Validation settings for the flow matching training process.
| Name | FLearningAgentsFlowMatchingValidationSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsFlowMatchingTrainer.h |
| Include Path | #include "LearningAgentsFlowMatchingTrainer.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsFlowMatchingValidationSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCheckActionSchemaCompatibility | bool | Whether to perform a blocking check to ensure that the interactor's action schema is a valid subset of the recording asset's action schema JSON description. | LearningAgentsFlowMatchingTrainer.h |
|
| bCheckObservationSchemaCompatibility | bool | Whether to perform a blocking check to ensure that the interactor's observation schema is a valid subset of the recording asset's observation schema JSON description. | LearningAgentsFlowMatchingTrainer.h |
|