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 GaeLambda
Remarks
This is used in the Generalized Advantage Estimation, where larger values will tend to assign more credit to recent actions. Typical values should be between 0.9 and 1.0.