1
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
97598105e5 docs: latex and urls 2026-05-19 23:11:20 +02:00
de6b038002 docs: proper newlines formatting 2026-05-19 23:04:41 +02:00
Robin Meersman
431ecdf4b4 restructure 2026-04-06 17:02:40 +02:00
cedric
ae49c8167c fix: removed pr review section 2026-04-05 10:26:19 +00:00
3db714475f doc(hpc): resource specifiers 2026-04-05 07:58:03 +02:00
70dd8c3161 fix(hpc): numpy 2026-04-04 22:58:47 +02:00
15319890a6 fix(hpc): streamlined install 2026-04-04 22:24:04 +02:00
f8e0ca277c refactor: cleanups 2026-04-04 21:25:59 +02:00
2d08023abb fix(hpc): modules 2026-04-04 20:38:30 +02:00
a512682edd fix(hpc): additional insights 2026-04-04 20:26:09 +02:00
92db8c2591 feat(hpc): support run_dir staging and update docs
- Add run_dir and checkpoint_frequency to PPOArgs
- Update train.py to use run_dir for SummaryBoard, model saving, and loss plots
- Create configs/production_training.yaml for HPC production runs
- Update HPC.md with run_dir staging strategy details
2026-04-04 18:59:05 +02:00
34a887cd58 refactor(hpc): use explicit PIP_CACHE_DIR/UV_CACHE_DIR, drop prose comments
Match comment style from previous cleanup commit:
- No section divider bars, no echo progress lines, no prose comments
  on obvious commands
- Replace XDG_CACHE_HOME with explicit PIP_CACHE_DIR and UV_CACHE_DIR
- Drop MPLCONFIGDIR (matplotlib cache is negligible in size)
2026-04-04 18:48:06 +02:00
cd2e594d1b docs(hpc): add storage overview, cache redirect instructions, update smoke test path
- Add storage table ($VSC_HOME / $VSC_DATA / $VSC_SCRATCH) with guidance
- Document cache redirect requirement in interactive sessions
- Update smoke test path to configs/hpc/smoke_test.yaml
- Describe train.pbs output staging behaviour
2026-04-04 18:39:53 +02:00
08d54b73b4 refactor: comment cleanups 2026-04-04 18:30:10 +02:00
953e102483 docs(hpc): add docs/HPC.md and simplify README
- docs/HPC.md: cluster table, setup with vsc-venv, interactive debug
  (shell + JupyterLab on donphan), PBS batch submission, dependency mgmt
- README.md: HPC section condensed to a single link to docs/HPC.md
2026-04-04 18:12:33 +02:00