From 1305db8fecfe04f6ba37f31a7c6a9e2a4b8edcda Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Sat, 8 Aug 2026 10:27:28 -0500 Subject: exp: parameterize full EP confirmation seeds --- experiments/rain_ep_centered_r3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/rain_ep_centered_r3.sh b/experiments/rain_ep_centered_r3.sh index be44649..bc23089 100755 --- a/experiments/rain_ep_centered_r3.sh +++ b/experiments/rain_ep_centered_r3.sh @@ -5,7 +5,7 @@ ROOT=/home/yurenh2/sdil AUTHOR=/scratch/yurenh2/energy-based-learning PYTHON=/scratch/yurenh2/venvs/burstccn/bin/python PROFILE="$ROOT/results/physical_bias/p0_state_dependence.json" -OUT="$ROOT/results/ep_bias/centered_r3" +OUT="${RAIN_EP_OUT:-$ROOT/results/ep_bias/centered_r3}" mkdir -p "$OUT" cd "$AUTHOR" @@ -30,7 +30,7 @@ run_cell() { --output "$OUT/$tag.json" > "$OUT/$tag.log" 2>&1 } -seeds=(1988 1989) +read -r -a seeds <<< "${RAIN_EP_SEEDS:-1988 1989}" methods=(clean raw constant innovation) tags=(clean raw intercept sdil) gpu=0 -- cgit v1.2.3