From 70ecfc0fe6249fae1656846ab676d4098e843d5e Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Wed, 20 May 2026 23:55:15 +0200 Subject: [PATCH] feat(crt-train): plumb --smoothness-base-lambda through alpha-perception template --- infra/k8s/argo/alpha-perception-template.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/k8s/argo/alpha-perception-template.yaml b/infra/k8s/argo/alpha-perception-template.yaml index 1ca4de7bd..1cf9f0ddd 100644 --- a/infra/k8s/argo/alpha-perception-template.yaml +++ b/infra/k8s/argo/alpha-perception-template.yaml @@ -78,6 +78,8 @@ spec: value: "0" - name: decision-stride value: "1" + - name: smoothness-base-lambda + value: "0.0" volumes: - name: git-ssh-key @@ -449,6 +451,7 @@ spec: --cv-n-folds {{workflow.parameters.cv-n-folds}} \ --cv-train-window {{workflow.parameters.cv-train-window}} \ --decision-stride {{workflow.parameters.decision-stride}} \ + --smoothness-base-lambda {{workflow.parameters.smoothness-base-lambda}} \ $EXTRA_FLAGS echo "=== Training complete ==="