Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
References
| Module | LearningAgentsTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsPPOTrainer.h |
| Include | #include "LearningAgentsPPOTrainer.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsPPOTrainerSettings
Remarks
The configurable settings for a ULearningAgentsPPOTrainer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | MaxEpisodeStepNum | Maximum number of steps recorded in an episode before it is added to the replay buffer. | |
| 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. |