Navigation
API > API/Plugins > API/Plugins/LearningTraining
Inheritance Hierarchy
- ITrainerProcess
- FSocketTrainerServerProcess
References
| Module | LearningTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningTraining/Public/LearningExternalTrainer.h |
| Include | #include "LearningExternalTrainer.h" |
Syntax
struct FSocketTrainerServerProcess : public UE::Learning::ITrainerProcess
Remarks
This object allows you to launch the FSocketTrainer server as a subprocess, which is convenient when you want to train using it locally.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSocketTrainerServerProcess
(
const FString& CustomTrainerPath, |
Creates a training server as a subprocess |