fix: regen-dynamics writes to out/figs/ (reorg path)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
wassname
2026-05-30 04:49:47 +00:00
parent 74a731b7c3
commit 764f31a038
+1 -1
View File
@@ -134,7 +134,7 @@ run-cell-exposek INTERVENTION SEED K='2':
# Regenerate both dynamics plots from the cell logs (default: all cells; pass a
# narrower glob like 'logs/*_cell_*_s41.log' for the seed-41-only checkpoint).
regen-dynamics GLOB='logs/*_cell_*.log':
uv run python scripts/plot_dynamics.py {{ GLOB }} --out out/dynamics.png
uv run python scripts/plot_dynamics.py {{ GLOB }} --out out/figs/dynamics.png
# Sync the rl-rewardhacking external repo (Nanda's verl wrapper).
sync-external: