No description
Find a file
Philipp Moritz 164a8f368e [rllib] Rename algorithms (#890)
* rename algorithms

* fix

* fix jenkins test

* fix documentation

* fix
2017-08-29 16:56:42 -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 Initial fault tolerance documentation. (#845) 2017-08-19 17:38:14 -07:00
docker Be more precise which boost dependencies are needed. (#823) 2017-08-07 20:02:48 -07:00
examples Fix: 'hyperopt_adaptive' example keeps fake 'best_hyperparameters' (#883) 2017-08-28 22:47:16 -07:00
python [rllib] Rename algorithms (#890) 2017-08-29 16:56:42 -07:00
site Add note about adaptively launching tasks in blog post. (#582) 2017-05-20 23:19:42 -07:00
src Fix potential bug in redis.cc. (#851) 2017-08-23 20:38:25 -07:00
test [rllib] Rename algorithms (#890) 2017-08-29 16:56:42 -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 [rllib] Make Pong-v0 + EvolutionStrategies work by sharing preprocessors with PPO (#848) 2017-08-21 18:51:49 -07:00
.travis.yml Test building wheels in Travis. (#852) 2017-08-21 23:48:20 -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 Fix installation instruction for ubuntu 14.04 (#805) 2017-08-02 18:14:14 -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 pip install instructions to README. (#869) 2017-08-27 19:55:39 -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
----------------

- `Documentation`_
- `Blog`_
- `HotOS paper`_

.. _`Documentation`: http://ray.readthedocs.io/en/latest/index.html
.. _`Blog`: https://ray-project.github.io/ray/
.. _`HotOS paper`: https://arxiv.org/abs/1703.03924