Files
evil_MoE/.vscode/settings.json
T
wassname b53043cec3 refactor: extract train_config.py + run_artifacts.py from train.py; slim results scripts
Cleanup by a prior agent, verified green here: 'just smoke' (erase arm)
runs end-to-end and all four wired gates pass (verify_rewards 52/52,
verify_eval_gap, verify_partition, verify_science_invariants).

- train.py -318 lines: Config dataclass -> train_config.py, checkpoint/
  deploy-artifact IO -> run_artifacts.py.
- results.py / results_deploy.py / probe_distill.py slimmed.
- drop stale derived csvs under out/figs (a5_generalisation, dyn_*,
  substrate_aggregate, train_vs_deploy_60).
- gitignore /.pi/ panel scratch.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
2026-06-09 13:34:50 +00:00

23 lines
910 B
JSON

{
"peacock.remoteColor": "#35192e",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#58294c",
"activityBar.background": "#58294c",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#5e6d33",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#58294c",
"statusBar.background": "#35192e",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#58294c",
"statusBarItem.remoteBackground": "#35192e",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#35192e",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#35192e99",
"titleBar.inactiveForeground": "#e7e7e799"
}
}