Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
The configurable settings for the flow matching training process.
| Name | FLearningAgentsFlowMatchingTrainerTrainingSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsFlowMatchingTrainer.h |
| Include Path | #include "LearningAgentsFlowMatchingTrainer.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsFlowMatchingTrainerTrainingSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEmbedNormalizationsInWeights | bool | Whether to embed dataset normalizations into encoder and decoder networks. | LearningAgentsFlowMatchingTrainer.h |
|
| Device | ELearningAgentsTrainingDevice | The device to train on. | LearningAgentsFlowMatchingTrainer.h |
|
| Hyperparameters | FLearningAgentsFlowMatchingHyperparameters | LearningAgentsFlowMatchingTrainer.h |
|
|
| LoggingSettings | FLearningAgentsFlowMatchingLoggingSettings | LearningAgentsFlowMatchingTrainer.h |
|
|
| ValidationSettings | FLearningAgentsFlowMatchingValidationSettings | LearningAgentsFlowMatchingTrainer.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FJsonObject > AsJsonConfig() |
LearningAgentsFlowMatchingTrainer.h |