Sheep training flock of 10 fix?
This commit is contained in:
+1
-1
@@ -331,7 +331,7 @@ def main():
|
||||
gamma = 0.995,
|
||||
gae_lambda = 0.95,
|
||||
clip_range = 0.2,
|
||||
ent_coef = 0.005,
|
||||
ent_coef = 0.02,
|
||||
vf_coef = 0.5,
|
||||
max_grad_norm = 0.5,
|
||||
policy_kwargs = dict(net_arch=[256, 256]),
|
||||
|
||||
Reference in New Issue
Block a user