Skip to content

Commit

Permalink
sigma too small 0.01 should be good enough (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Sep 16, 2024
1 parent ce9a782 commit 96a8649
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
#include "ndBrainAgentContinuePolicyGradient_Trainer.h"

#define ND_CONTINUE_POLICY_GRADIENT_BUFFER_SIZE (1024 * 128)
#define ND_CONTINUE_POLICY_GRADIENT_MIN_VARIANCE ndBrainFloat(1.0e-4f)
#define ND_CONTINUE_POLICY_GRADIENT_MIN_VARIANCE ndBrainFloat(1.0e-2f)

#define ND_USE_LOG_DEVIATION
//#define ND_USE_LOG_DEVIATION

//*********************************************************************************************
//
Expand Down

0 comments on commit 96a8649

Please sign in to comment.