English

Ray: A Distributed Framework for Emerging AI Applications

Distributed, Parallel, and Cluster Computing 2018-10-02 v2 Artificial Intelligence Machine Learning Machine Learning

Abstract

The next generation of AI applications will continuously interact with the environment and learn from these interactions. These applications impose new and demanding systems requirements, both in terms of performance and flexibility. In this paper, we consider these requirements and present Ray---a distributed system to address them. Ray implements a unified interface that can express both task-parallel and actor-based computations, supported by a single dynamic execution engine. To meet the performance requirements, Ray employs a distributed scheduler and a distributed and fault-tolerant store to manage the system's control state. In our experiments, we demonstrate scaling beyond 1.8 million tasks per second and better performance than existing specialized systems for several challenging reinforcement learning applications.

Keywords

Cite

@article{arxiv.1712.05889,
  title  = {Ray: A Distributed Framework for Emerging AI Applications},
  author = {Philipp Moritz and Robert Nishihara and Stephanie Wang and Alexey Tumanov and Richard Liaw and Eric Liang and Melih Elibol and Zongheng Yang and William Paul and Michael I. Jordan and Ion Stoica},
  journal= {arXiv preprint arXiv:1712.05889},
  year   = {2018}
}

Comments

17 pages, 14 figures, 13th USENIX Symposium on Operating Systems Design and Implementation, 2018

R2 v1 2026-06-22T23:19:56.983Z