Files
ray/README.md
T
2017-02-27 21:14:31 -08:00

14 lines
623 B
Markdown

# Ray
[![Build Status](https://travis-ci.org/ray-project/ray.svg?branch=master)](https://travis-ci.org/ray-project/ray)
[![Documentation Status](https://readthedocs.org/projects/ray/badge/?version=latest)](http://ray.readthedocs.io/en/latest/?badge=latest)
Ray is an experimental distributed execution engine. It is under development and
not ready to be used.
The goal of Ray is to make it easy to write machine learning applications that
run on a cluster while providing the development and debugging experience of
working on a single machine.
View the [documentation](http://ray.readthedocs.io/en/latest/index.html).