Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/FLearningAgentsPPOTrainingSettin-
Syntax
UPROPERTY (EditAnywhere, Category="LearningAgents",
Meta=(ClampMin="0.0", ClampMax="1.0", UIMin="0.0", UIMax="1.0"))
float EpsilonClip
Remarks
Clipping ratio to apply to policy updates. Keeps the training "on-policy". Larger values may speed up training at the cost of stability. Conversely, too small values will keep the policy from being able to learn an optimal policy.