mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 18:59:35 +08:00
fig: point keynote includegraphics at tracked out/figs PNG (drop gitignored symlink)
docs/ is gitignored, so docs/writeup/figs/*.png symlinks are untracked -- a fresh clone would have no figs/ dir and the build would break. The PNG itself (out/figs/dyn_sub4_hack_overlay.png) IS tracked; point at it directly, matching the sibling fig at L411. Build verified: 11 pages, no unresolved refs. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
@@ -103,7 +103,7 @@ the three claims C1/C2/C3.}
|
||||
% --min-steps 60 --out out/figs/dyn_sub4.png
|
||||
\begin{figure}[!ht]
|
||||
\centering
|
||||
\includegraphics[width=0.72\linewidth]{figs/dyn_sub4_hack_overlay.png}
|
||||
\includegraphics[width=0.72\linewidth]{../../out/figs/dyn_sub4_hack_overlay.png}
|
||||
\caption{Deploy hack rate (top) and solve rate (bottom) over 60 GRPO steps for
|
||||
route (ours) and vanilla GRPO, three seeds each; thick line is the mean, thin
|
||||
lines per seed (EMA-5). Deploy evaluation is knob-off at $n{=}64$, $T{=}0.7$.
|
||||
|
||||
Reference in New Issue
Block a user