Appendix E
Canonical references and the offline source mirror
Draft · ~2,400 target words · Prereqs: none — this appendix is consulted, not read straight through
Each chapter cites its primary references in the chapter body. This
appendix consolidates them into a single reading list organized by
chapter and documents the offline source mirror that ships with the
project’s working directory so citations can be verified without an
internet connection.
E.1 How to use the offline source mirror
All canonical arXiv PDFs cited in the book are mirrored under
sources/pdfs/ in the project’s working directory, with filenames of
the form arxiv_<id>_<short-title>.pdf — for example,
arxiv_2406.09246_OpenVLA.pdf. Companion blog posts, vendor
technical reports, and product pages that lack arXiv equivalents are
saved as HTML snapshots under sources/html/ with descriptive
filenames matching their domain — for example,
huggingface_blog_pi0_and_pi0_fast.html or figure_ai_news_helix.html.
The machine-readable index sources/SOURCES_INDEX.txt lists every
URL → local-file mapping, plus the curl-based download_sources.sh
script used to (re)generate the mirror.
Four citation-hygiene rules apply throughout the book.
Prefer the arXiv ID (for example, arXiv:2406.09246) over a hosted URL.
arXiv IDs are stable; URLs are not.
When a model is best described by a vendor blog or technical report
rather than a peer-reviewed paper — Helix, Helix 02, RoboBrain2.0,
ρα (Rho-alpha) — the canonical URL is given and the snapshot date is
recorded in SOURCES_INDEX.txt.
Survey citations are kept up to date in each chapter’s reference list
and in §E.2 of this appendix. A reader who wants a single point of
entry to the literature starts with the surveys listed under
Chapter 1.
Numerical claims — parameter counts, training-hours figures, success
rates — are always cited to the model’s primary reference. The Model
Zoo in Appendix F reuses those numbers verbatim and points back to
the primary-reference column rather than re-citing the originals.
E.3 Where the mirror is incomplete
Three categories of citation in this book are not held in the offline
mirror. Textbooks — Sutton and Barto, Bishop, Strang, LaValle,
Featherstone, Murray-Li-Sastry — are commercial works and not
mirrored; the reader is expected to either own a copy or to access
them through institutional channels. Older pre-arXiv papers —
Fikes and Nilsson (1971), Pomerleau (1988), Khatib (1987), Hogan
(1985), McDermott et al. (1998) — predate arXiv and are cited by
venue; canonical scans exist on author homepages and university
repositories and are linked to in SOURCES_INDEX.txt where stable
URLs were available at snapshot time. Vendor technical reports —
the Figure AI Helix and Helix 02 posts, the BAAI RoboBrain2.0 report,
the Microsoft ρα report — are HTML pages that have been snapshotted
to sources/html/ with the date of capture recorded; if the live
version has since changed, the snapshot is the canonical reference
for what is claimed in the book.
A reader who finds a missing reference is asked to open an issue on
the book’s companion repository so the next edition’s mirror script
can pick it up.