Navigation
API > API/Plugins > API/Plugins/LearningTraining
References
| Module | LearningTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningTraining/Public/LearningPPOTrainer.h |
| Include | #include "LearningPPOTrainer.h" |
Syntax
struct FSocketPPOTrainerServerProcess
Remarks
This object allows you to launch the FSocketPPOTrainer server as a subprocess, which is convenient when you want to train using it locally.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSocketPPOTrainerServerProcess
(
const FString& PythonExecutablePath, |
Creates a training server as a subprocess |
Destructors
| Type | Name | Description | |
|---|---|---|---|