summaryrefslogtreecommitdiff
path: root/configs/toy_lq.yaml
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-03-23 18:21:26 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-03-23 18:21:26 -0500
commit6ed4fa50ddfa4c7957aaa909aaf72f0d7d317712 (patch)
treed7c63adcd19c4f5d46c8a937e5047fece55dea62 /configs/toy_lq.yaml
Initial implementation: all models, methods, toy and CIFAR experiments
Debug phase. Toy LQ experiments (3 seeds) complete with terminal gradient matching. Credit bridge matches state bridge on linear system (~0.94 cosine). CIFAR experiments in progress.
Diffstat (limited to 'configs/toy_lq.yaml')
-rw-r--r--configs/toy_lq.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/toy_lq.yaml b/configs/toy_lq.yaml
new file mode 100644
index 0000000..ad1bba0
--- /dev/null
+++ b/configs/toy_lq.yaml
@@ -0,0 +1,14 @@
+d_hidden: 64
+output_dim: 10
+num_layers: 12
+sigma: 0.03
+batch_size: 256
+num_steps: 5000
+lr_fb: 0.001
+lam: 0.1
+K: 8
+ema_momentum: 0.995
+sigma_bridge: 0.03
+eval_every: 200
+gpu: 1
+output_dir: results/toy_lq