Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsTrainer.h |
| Include | #include "LearningAgentsTrainer.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsTrainerProcessSettings
Remarks
The path settings for the trainer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDirectoryPath | CustomTrainerModulePath | The complete path to a custom trainer module when training with a custom trainer. | |
| FDirectoryPath | EditorEngineRelativePath | The relative path to the engine for editor builds. | |
| FDirectoryPath | EditorIntermediateRelativePath | The relative path to the Intermediate directory. | |
| FString | NonEditorEngineRelativePath | The relative path to the editor engine folder for non-editor builds. | |
| FString | NonEditorIntermediateRelativePath | The relative path to the intermediate folder for non-editor builds. | |
| FString | TrainerFileName | Trainer file name. |
Constructors
| Type | Name | Description | |
|---|---|---|---|