Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/FLearningAgentsPPOTrainingSettin-
Syntax
UPROPERTY (EditAnywhere, Category="LearningAgents", Meta=(UIMin="0.0", UIMax="10.0"))
float GradNormMax
Remarks
The maximum gradient norm to clip updates to. Only used when bUseGradNormMaxClipping is set to true.
This needs to be carefully chosen based on the size of your gradients during training. Setting too low can make it difficult to learn an optimal policy, and too high will have no impact.