Sheep training flock _ improver

This commit is contained in:
Johnny Fernandes
2026-04-24 23:27:05 +01:00
parent b3251fcca3
commit 0716c6c3c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ def main():
gamma = 0.995,
gae_lambda = 0.95,
clip_range = 0.2,
ent_coef = 0.02,
ent_coef = 0.005,
vf_coef = 0.5,
max_grad_norm = 0.5,
policy_kwargs = dict(net_arch=[256, 256]),