No description
Find a file
alanamarzoev 8464d77c76 Change event logs to store one Redis ZSET per worker. (#705)
* Changing to zset

* Fixed bug.

* Fixed another bug.

* Modified task_profiles.

* Removed extra file.

* Modified task_profiles test.

* WIP

* WIP

* Undid changes

* Updated

* WIP

* Made changes according to comments.

* Removed unneeded print.

* Removed ujson usage.

* failing test

* tests passing

* Fixed linting errors and modified style.

* Fixed bug.

* Fixed linting

* Fixed according to comments.

* Redis crashing?

* Fixed linting

* Fixed linting
2017-07-09 01:42:29 +02:00
.travis Enable starting and stopping ray with "ray start" and "ray stop". (#628) 2017-06-02 20:17:48 +00:00
cmake/Modules help cmake find right python interpreter on mac (#251) 2016-07-11 12:16:10 -07:00
doc [rllib] Standardize writing output logs and other files to /tmp/ray (#706) 2017-07-03 16:01:47 +00:00
docker Enable starting and stopping ray with "ray start" and "ray stop". (#628) 2017-06-02 20:17:48 +00:00
examples [rllib] Move a3c implementation from examples/ to python/ray/rllib/ (#698) 2017-06-29 15:49:56 +00:00
python Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02:00
site Add note about adaptively launching tasks in blog post. (#582) 2017-05-20 23:19:42 -07:00
src Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02:00
test Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02: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 Policy gradient example: record stats for tensorboard (#577) 2017-05-21 14:51:24 -07:00
.travis.yml Make example applications pep8 compliant. (#553) 2017-05-16 14:12:18 -07:00
build-docker.sh Fix build-docker.sh bug (#515) 2017-05-06 18:57:08 -07:00
build.sh Parallelize make in build.sh. (#371) 2017-03-27 20:55:50 -07:00
CMakeLists.txt Rename photon -> local scheduler. (#322) 2017-02-27 12:24:07 -08: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 Expand API documentation. (#375) 2017-03-17 16:48:25 -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.

View the `documentation`_.

.. _`documentation`: http://ray.readthedocs.io/en/latest/index.html