Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/FLearningAgentsPPOTrainingSettin-
Syntax
UPROPERTY (EditAnywhere, Category="LearningAgents")
bool bUseGradNormMaxClipping
Remarks
When true, gradient norm max clipping will be used on the policy, critic, encoder, and decoder. Set this as True if training is unstable (and adjust GradNormMax) or leave as False if unused.