From fe10faa344a72efd41dc4019048821749808ab7c Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 9 Apr 2026 00:04:36 +0200 Subject: [PATCH] test(log): wandb integration config file --- configs/hpc/wandb_test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/hpc/wandb_test.yaml diff --git a/configs/hpc/wandb_test.yaml b/configs/hpc/wandb_test.yaml new file mode 100644 index 0000000..bf2229d --- /dev/null +++ b/configs/hpc/wandb_test.yaml @@ -0,0 +1,11 @@ +# Configuration to verify WandB online tracking +exp_name: "hpc_wandb_verification" +seed: 42 +track: true # Enabled for testing WandB +wandb_project_name: "PPO-Modularity" +wandb_entity: "SEL3-2026-Groep-4" + +num_envs: 128 +total_timesteps: 50000 # Short run for quick verification +num_steps: 128 +cuda: true