refactor: 将子模块转为普通目录,移除外部 git 依赖
Sync to site1 / sync (push) Has been cancelled

- 移除 JEPA/lejepa-identifiability 子模块 gitlink
- 移除 research/multiply/MultiPLY 子模块 gitlink
- 删除 .gitmodules(不再有外部 URL 依赖)
- 两个目录内容作为普通文件纳入主仓库追踪
- 删除各自内部 .git 目录,消除嵌套 git 仓库
This commit is contained in:
gaojie
2026-06-05 17:14:01 +08:00
parent cb629f18a1
commit c66855adfc
208 changed files with 23296 additions and 9 deletions
@@ -0,0 +1,29 @@
# Reacher pixel-observation identifiability experiment
# Works for both OU and trajectory data — just point --data_dir at the right place.
#
# Prerender:
# python prerender.py eval
# python prerender.py ou --rho 0.95
# python prerender.py traj --delta 16 --h5_path data/reacher.h5
#
# Train:
# python run_reacher.py --config configs/reacher.yaml \
# --data_dir data/reacher/ou/rho=0.95
experiment: reacher
out: results/reacher
data_root: data/reacher
# Model
d_latent: 2
# Training
epochs: 100
batch_size: 256
lr: 3.0e-3
n_slices: 256
n_eval_fast: 2000
# Sweep dimensions
lambs: [1.0e-3, 5.0e-3, 1.0e-2, 5.0e-2]
seeds: [0, 1, 2]