No description
Find a file
2017-09-11 18:52:48 -07:00
.travis In setup.py, move cython to setup_requires. (#878) 2017-08-28 23:07:33 -07:00
cmake/Modules Changes to build to fix creation of wheels. (#840) 2017-08-21 17:49:35 -07:00
doc Add mailing list to README and documentation. (#950) 2017-09-09 10:21:51 -07:00
docker Pin opencv-python version to 3.2.0.8 in dockerfile. (#926) 2017-09-03 23:51:59 -07:00
examples Allow ResNet example to run on multiple machines. (#891) 2017-08-29 21:37:53 -07:00
python fix free log std param (#964) 2017-09-11 18:52:48 -07:00
site Add plasma in-memory object store blog post (#895) 2017-08-30 23:40:46 -07:00
src Actor fault tolerance using object lineage reconstruction (#902) 2017-09-10 19:29:28 -07:00
test fix free log std param (#964) 2017-09-11 18:52:48 -07:00
vsprojects Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
.clang-format Implement object table notification subscriptions and switch to using Redis modules for object table. (#134) 2016-12-18 18:19:02 -08:00
.editorconfig Update Windows support (#317) 2016-07-28 13:11:13 -07:00
.gitignore Rebase Ray on latest arrow (remove numbuf from Ray). (#910) 2017-09-04 22:58:49 -07:00
.travis.yml Rebase Ray on latest arrow (remove numbuf from Ray). (#910) 2017-09-04 22:58:49 -07:00
build-docker.sh Fix build-docker.sh bug (#515) 2017-05-06 18:57:08 -07:00
build.sh Changes to build to fix creation of wheels. (#840) 2017-08-21 17:49:35 -07:00
CMakeLists.txt Rebase Ray on latest arrow (remove numbuf from Ray). (#910) 2017-09-04 22:58:49 -07:00
LICENSE [rllib] Basic port of baselines/deepq to rllib (#709) 2017-07-07 18:37:00 +00:00
pylintrc adding pylint (#233) 2016-07-08 12:39:11 -07:00
Ray.sln Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
README.rst Add mailing list to README and documentation. (#950) 2017-09-09 10:21:51 -07:00

Ray
===

.. image:: https://travis-ci.org/ray-project/ray.svg?branch=master
    :target: https://travis-ci.org/ray-project/ray

.. image:: https://readthedocs.org/projects/ray/badge/?version=latest
    :target: http://ray.readthedocs.io/en/latest/?badge=latest

|

Ray is a flexible, high-performance distributed execution framework.

Installation
------------

- Ray can be installed on Linux and Mac with ``pip install ray``.
- To build Ray from source, see the instructions for `Ubuntu`_ and `Mac`_.

.. _`Ubuntu`: http://ray.readthedocs.io/en/latest/install-on-ubuntu.html
.. _`Mac`: http://ray.readthedocs.io/en/latest/install-on-macosx.html


More Information
----------------

- `Mailing List`_
- `Documentation`_
- `Blog`_
- `HotOS paper`_

.. _`Mailing List`: https://groups.google.com/forum/#!forum/ray-dev
.. _`Documentation`: http://ray.readthedocs.io/en/latest/index.html
.. _`Blog`: https://ray-project.github.io/ray/
.. _`HotOS paper`: https://arxiv.org/abs/1703.03924