Last updated: | Permalink
Lecture 6: Ray
Learning objectives:
In this lecture, you will learn:
- Lec6a: the motivation of Ray
- Lec6a: the difference between Ray task API and actor API
- Lec6b: how tasks and actors are managed under the hood
- Lec6b: the concepts of a control plane and a data plane
Lecture slides
- Lec6a: Ray API: slides pdf, Ray tasks & actors Notebook
- Lec6b: Ray internals: slides pdf, Ray maze Notebook
Readings
- Lec6a: Ray white paper (Overview), Ray paper
- Lec6b: Ray white paper (Architecture Overview)