change parameter

This commit is contained in:
2026-03-21 10:16:01 -04:00
parent fd8238dc41
commit 4833ba33c8
2 changed files with 17 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ params:
name: default
sigma_init:
name: const_initializer
val: 0.7
val: 1.2
fixed_sigma: False
mlp:
units: [512, 256, 128]
@@ -39,9 +39,9 @@ params:
reward_shaper:
scale_value: 1.0
normalize_advantage: True
gamma: 0.99
gamma: 0.96
tau: 0.95
learning_rate: 2e-4
learning_rate: 5e-4
lr_schedule: adaptive
kl_threshold: 0.008
score_to_win: 20000
@@ -49,12 +49,12 @@ params:
save_best_after: 50
save_frequency: 100
grad_norm: 0.5
entropy_coef: 0.005
entropy_coef: 0.008
truncate_grads: True
bounds_loss_coef: 0.001
e_clip: 0.2
horizon_length: 32
minibatch_size: 4096
mini_epochs: 5
horizon_length: 128
minibatch_size: 8192
mini_epochs: 4
critic_coef: 1
clip_value: True