ronitraj commited on
Commit
43bd457
·
verified ·
1 Parent(s): 6bec0af

deploy via scripts/deploy_to_space.py

Browse files
Files changed (1) hide show
  1. figures/FIGURES.md +21 -0
figures/FIGURES.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Figures
2
+
3
+ ## Training trajectories (synthetic / baseline-anchored)
4
+
5
+ * `total_reward.png` — mean total episode reward vs step
6
+ * `logical_correction.png` — logical correction rate vs step
7
+ * `pymatching_beat_rate.png` — PyMatching beat rate vs step
8
+
9
+ Reproduce: `python -m scripts.plot_results --baselines data/baseline_results.json --out-dir figures`
10
+
11
+ ## Data-driven summaries (from `data/*.json`)
12
+
13
+ * `eval_metrics_bars.png` — bars for `data/eval_grpo.json` (LCR, PM beat, format, overlaps, mean total reward, …)
14
+ * `sft_curriculum_mix.png` — SFT train row counts / mix from `data/sft_dataset_analysis.json`
15
+
16
+ Reproduce: `python -m scripts.plot_data_figures --out-dir figures`
17
+
18
+ ## Other
19
+
20
+ * `grid_hero.png` — static grid (also used in README header)
21
+ * `grid_animation.gif` — short Stim / layout animation from `scripts/animate_grid.py`