summaryrefslogtreecommitdiff
path: root/models/__pycache__
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 /models/__pycache__
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 'models/__pycache__')
-rw-r--r--models/__pycache__/__init__.cpython-313.pycbin0 -> 132 bytes
-rw-r--r--models/__pycache__/residual_mlp.cpython-313.pycbin0 -> 4692 bytes
-rw-r--r--models/__pycache__/state_bridge.cpython-313.pycbin0 -> 2468 bytes
-rw-r--r--models/__pycache__/value_net.cpython-313.pycbin0 -> 5308 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/models/__pycache__/__init__.cpython-313.pyc b/models/__pycache__/__init__.cpython-313.pyc
new file mode 100644
index 0000000..cb3f264
--- /dev/null
+++ b/models/__pycache__/__init__.cpython-313.pyc
Binary files differ
diff --git a/models/__pycache__/residual_mlp.cpython-313.pyc b/models/__pycache__/residual_mlp.cpython-313.pyc
new file mode 100644
index 0000000..c758f50
--- /dev/null
+++ b/models/__pycache__/residual_mlp.cpython-313.pyc
Binary files differ
diff --git a/models/__pycache__/state_bridge.cpython-313.pyc b/models/__pycache__/state_bridge.cpython-313.pyc
new file mode 100644
index 0000000..69e1071
--- /dev/null
+++ b/models/__pycache__/state_bridge.cpython-313.pyc
Binary files differ
diff --git a/models/__pycache__/value_net.cpython-313.pyc b/models/__pycache__/value_net.cpython-313.pyc
new file mode 100644
index 0000000..a6187ee
--- /dev/null
+++ b/models/__pycache__/value_net.cpython-313.pyc
Binary files differ