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&40;BlueprintType, Category&61;"LearningAgents"&41;
struct FLearningAgentsTrainerSettings
Remarks
The configurable settings for a ULearningAgentsTrainer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | MaximumRecordedEpisodesPerIteration | Maximum number of episodes to record before running a training iteration. | |
| int32 | MaximumRecordedStepsPerIteration | Maximum number of steps to record before running a training iteration. | |
| int32 | MaxStepNum | Max number of steps to take while training before episode automatically completes. | |
| ELearningAgentsCompletion | MaxStepsCompletion | Completion type to use when the maximum number of steps for an episode is reached. | |
| float | TrainerCommunicationTimeout | Time in seconds to wait for the training subprocess before timing out. |