Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
The configurable settings for a ULearningAgentsPPOTrainer.
| Name | FLearningAgentsPPOTrainerSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsPPOTrainer.h |
| Include Path | #include "LearningAgentsPPOTrainer.h" |
Syntax
USTRUCT (BlueprintType , Category="LearningAgents")
struct FLearningAgentsPPOTrainerSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxEpisodeStepNum | int32 | Maximum number of steps recorded in an episode before it is added to the replay buffer. | LearningAgentsPPOTrainer.h |
|
| MaximumRecordedEpisodesPerIteration | int32 | Maximum number of episodes to record before running a training iteration. | LearningAgentsPPOTrainer.h |
|
| MaximumRecordedStepsPerIteration | int32 | Maximum number of steps to record before running a training iteration. | LearningAgentsPPOTrainer.h |
|