Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
Validation settings for the imitation learning training process.
| Name | FLearningAgentsImitationLearningValidationSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsImitationTrainer.h |
| Include Path | #include "LearningAgentsImitationTrainer.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsImitationLearningValidationSettings
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. | LearningAgentsImitationTrainer.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. | LearningAgentsImitationTrainer.h |
|