Amend a tiny bug

This commit is contained in:
2026-03-18 06:11:30 -04:00
parent 9f3ec9d67a
commit 08d1bb539b

View File

@@ -54,7 +54,7 @@ params:
bounds_loss_coef: 0.001 bounds_loss_coef: 0.001
e_clip: 0.2 e_clip: 0.2
horizon_length: 32 horizon_length: 32
minibatch_size: 16384 minibatch_size: 32768
mini_epochs: 4 mini_epochs: 4
critic_coef: 2 critic_coef: 2
clip_value: True clip_value: True