Appendix E

Canonical references and the offline source mirror

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.2 Reading list, by chapter

Chapter 1. The robot learning problem

Chapter 2. Your first VLA, end-to-end

Chapter 3. Math and ML prerequisites in 30 minutes

Chapter 4. Classical action models: planning and inverse dynamics

Chapter 5. Learning from rewards: MDPs and reinforcement learning

Chapter 6. Learning from demonstrations: behavior cloning and imitation learning

Chapter 7. Deep RL for control: DQN to SAC and PPO

Chapter 8. Sequence models meet control

Chapter 9. World models and model-based learning

Chapter 10. Diffusion and flow models for action generation

Chapter 11. The VLA recipe: from CLIP to RT-1

Chapter 12. Scaling up: PaLM-E, RT-2, OpenVLA, Octo (and friends)

Chapter 13. Smooth control: π0 and flow-matching action heads

Chapter 14. Dual-system architectures: Helix and GR00T N1

Chapter 15. Datasets, benchmarks, and evaluation; specialized and adjacent VLAs

Chapter 16. Fine-tuning a VLA for your robot

Chapter 17. Evaluation, safety, and deployment

Chapter 18. Open problems and what comes next

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.

References

  1. This appendix consolidates the reference lists at the end of every chapter.