20 lines
No EOL
369 B
YAML
20 lines
No EOL
369 B
YAML
# Configuration for debug session
|
|
exp_name: "debug-experiment"
|
|
seed: 42
|
|
track: true
|
|
wandb_project_name: "Lvl2-Bug-Hunter"
|
|
wandb_entity: "SEL3-2026-Groep-4"
|
|
run_dir: "/data/gent/465/vsc46589"
|
|
num_envs: 32
|
|
num_steps: 32
|
|
num_minibatches: 32
|
|
total_timesteps: 409600
|
|
num_arms: 2
|
|
cuda: true
|
|
|
|
ent_coef: 0.005
|
|
vf_coef: 1.0
|
|
clip_coef: 0.2
|
|
|
|
anneal_lr: true
|
|
learning_rate: 0.0003 |