Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/FLearningAgentsPPOTrainerSetting-
Syntax
UPROPERTY (EditAnywhere, Category="LearningAgents", Meta=(ClampMin="1", UIMin="1"))
int32 MaximumRecordedEpisodesPerIteration
Remarks
Maximum number of episodes to record before running a training iteration. An iteration of training will be run when either this or MaximumRecordedEpisodesPerIteration is reached. Typical values for this should be around 1000. Setting this too small means there is not enough data each iteration for the system to train. Setting it too large means training will be very slow.