From a774649ff0ec9437131a629d229fc8bd5c7cefee Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Wed, 1 Apr 2026 19:34:47 +0200 Subject: [PATCH] test(hpc): add generic smoke test configuration --- configs/hpc_smoke_test.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 configs/hpc_smoke_test.yaml diff --git a/configs/hpc_smoke_test.yaml b/configs/hpc_smoke_test.yaml new file mode 100644 index 0000000..bfb237a --- /dev/null +++ b/configs/hpc_smoke_test.yaml @@ -0,0 +1,12 @@ +# Minimal config to verify HPC setup is functional. +# Run with: python src/train.py --config configs/hpc_smoke_test.yaml +exp_name: "hpc_smoke_test" +seed: 0 +track: true # Test WandB integration +capture_video: false # No rendering for smoke test +save_model: true # Test the end-of-training save routine +checkpoint_frequency: 0 +num_envs: 4 +total_timesteps: 10000 +num_steps: 64 +cuda: true