1
Fork 0

feat: config setup for lazy bums

This commit is contained in:
Cedric 2026-04-24 13:25:53 +00:00
parent 87e2b14bbd
commit 7c3adceaaf
6 changed files with 134 additions and 2 deletions

View file

@ -0,0 +1,16 @@
anneal_lr: true
clip_coef: 0.2
clip_vloss: true
ent_coef: 0.001
gae_lambda: 0.95
gamma: 0.99
learning_rate: 0.0001
max_grad_norm: 0.5
norm_adv: true
num_envs: 32
num_minibatches: 32
num_steps: 64
target_kl: 0.02
total_timesteps: 12288000
update_epochs: 4
vf_coef: 1.0