@@ -8,16 +8,16 @@ num_buffers = 4
88num_threads = 32
99
1010[env]
11- gold_coef = 0.03540707780083026
12- exp_coef = 0.25886063598802184
13- descent_coef = 1.8884272008758112
14- xp_coef = 0.28073502137812123
15- scout_coef = 0.01689042846824247
16- hp_coef = 0.018973887012487405
17- hunger_coef = 0.023586377138546992
18- illegal_penalty = -0.006951422236819335
19- death_penalty = -0.6335992931154887
20- ac_coef = 0.01
11+ gold_coef = 0.021659979757862095
12+ exp_coef = 0.08341832601491733
13+ descent_coef = 1.9586073647172169
14+ xp_coef = 0.5926087261188399
15+ scout_coef = 0.07425725927605491
16+ hp_coef = 0.016768633120843694
17+ hunger_coef = 0.04373640516193193
18+ illegal_penalty = -0.009138756699997636
19+ death_penalty = -0.8209825710553373
20+ ac_coef = 0.0508544124054636
2121heal_coef = 0.001
2222status_coef = 0.01
2323
@@ -27,25 +27,25 @@ num_layers = 3
2727expansion_factor = 1
2828
2929[train]
30- total_timesteps = 179_453_112
30+ total_timesteps = 247765094
3131minibatch_size = 32768
3232horizon = 64
33- learning_rate = 0.013102893141695623
34- gamma = 0.995330546979216
35- gae_lambda = 0.7296684290473575
36- replay_ratio = 1.393745327111498
33+ learning_rate = 0.011854702184553156
34+ gamma = 0.9973714278257158
35+ gae_lambda = 0.7339946788354172
36+ replay_ratio = 1.036717410123433
3737clip_coef = 1
38- vf_coef = 2.967784385898158
39- vf_clip_coef = 4.084322349420867
40- max_grad_norm = 1.0968230967915535
41- ent_coef = 0.005217403062762164
42- beta1 = 0.8250073190394559
43- beta2 = 0.9935894811507382
44- eps = 3.82673948478513e-13
45- vtrace_rho_clip = 3.8767312776569813
46- vtrace_c_clip = 4.60481789092722
47- prio_alpha = 0.7459213056962047
48- prio_beta0 = 0.7387749352151263
38+ vf_coef = 1.8486010633248169
39+ vf_clip_coef = 4.624607731543118
40+ max_grad_norm = 0.902165688849037
41+ ent_coef = 0.008389210353641681
42+ beta1 = 0.805399553172738
43+ beta2 = 0.999139492311758
44+ eps = 1e-14
45+ vtrace_rho_clip = 2.770648671516198
46+ vtrace_c_clip = 4.5026502564349595
47+ prio_alpha = 0.6754855924309153
48+ prio_beta0 = 0.8672463883417074
4949
5050[sweep]
5151metric = score
0 commit comments