Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining > API/Plugins/LearningAgentsTraining/FLearningAgentsTrainerTrainingSe-
Syntax
UPROPERTY&40;EditAnywhere, Category&61;"LearningAgents",
Meta&61;&40;ClampMin&61;"0.0", ClampMax&61;"1.0", UIMin&61;"0.0", UIMax&61;"1.0"&41;&41;
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.