summaryrefslogtreecommitdiff
path: root/experiments/bci_v2_recovery_confirmation.sh
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-07-23 08:07:50 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-07-23 08:07:50 -0500
commitdae172b1425c646f0441609c28fc5156b50f820d (patch)
tree8227325805d28f854cc2606395301268882bb88e /experiments/bci_v2_recovery_confirmation.sh
parenteb021a6beac9d4b55a595171f149d669868c403b (diff)
protocol: freeze oral-B-v2 cold-start recovery
Diffstat (limited to 'experiments/bci_v2_recovery_confirmation.sh')
-rw-r--r--experiments/bci_v2_recovery_confirmation.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/experiments/bci_v2_recovery_confirmation.sh b/experiments/bci_v2_recovery_confirmation.sh
new file mode 100644
index 0000000..16534b1
--- /dev/null
+++ b/experiments/bci_v2_recovery_confirmation.sh
@@ -0,0 +1,16 @@
+#!/usr/bin/env bash
+# Frozen v2 recovery R2: 6 untouched task seeds x 5 model seeds.
+set -euo pipefail
+
+export OMP_NUM_THREADS=1
+export MKL_NUM_THREADS=1
+
+for task_seed in 30 31 32 33 34 35; do
+ for model_seed in 0 1 2 3 4; do
+ python experiments/bci_v2_recovery_confirmation.py \
+ --task-seed "$task_seed" \
+ --model-seed "$model_seed"
+ done
+done
+
+PYTHONPATH=. python experiments/analyze_bci_v2_recovery_confirmation.py