From a485d4391b90404772fc9dcbe792b90052ca43dc Mon Sep 17 00:00:00 2001 From: wassname Date: Sat, 30 May 2026 23:05:20 +0000 Subject: [PATCH] recipe: run-substrate default 60 steps (was 80); matches fast preset --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 2101c7c..d82e024 100644 --- a/justfile +++ b/justfile @@ -142,7 +142,7 @@ build-substrate MODES="run_tests,exit_code,sentinel": # (per-mode hacks>0 + finite first_step) + the per-step hk_ columns. mix=0.125 # is the locked default (omit to inherit it). Vanilla needs no v_hack; for an # erase/route substrate run, add --v-hack-path explicitly. -run-substrate INTERV="none" SEED="41" STEPS="80": +run-substrate INTERV="none" SEED="41" STEPS="60": {{ TRAIN }} fast --intervention={{ INTERV }} \ --teacher-pool-dir=out/pools/substrate \ --seed={{ SEED }} --steps={{ STEPS }} --out-tag=_substrate3_{{ INTERV }}_s{{ SEED }}