Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/FLearningAgentsPPOTrainingSettin-
Syntax
UPROPERTY (EditAnywhere, Category="LearningAgents",
Meta=(ClampMin="0.0", UIMin="0.0", UIMax="1.0"))
float LearningRateCritic
Remarks
Learning rate of the critic network. To avoid instability generally the critic should have a larger learning rate than the policy. Typically this can be set to 10x the rate of the policy.