Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/FLearningAgentsPPOTrainingSettin-
Syntax
UPROPERTY (EditAnywhere, Category="LearningAgents", Meta=(ClampMin="1", UIMin="1", UIMax="1024"))
int32 IterationsPerGather
Remarks
Number of training iterations to perform per buffer of experience gathered. This should be large enough for the critic and policy to be effectively updated, but too large and it will simply slow down training.