mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04:00

* new path for python build * add flag * build tar using git archive * no exit from start_ray.sh * update Docker instructions * update build docker script * add git revision * fix typo * bug fixes and clarifications * mend * add objectmanager ports to docker instructions * rewording * Small updates to documentation.
46 lines
794 B
ReStructuredText
46 lines
794 B
ReStructuredText
===
|
|
Ray
|
|
===
|
|
|
|
*Ray is a low-latency distributed execution framework targeted at machine
|
|
learning and reinforcement learning applications.*
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Installation
|
|
|
|
install-on-ubuntu.md
|
|
install-on-macosx.md
|
|
install-on-docker.md
|
|
installation-troubleshooting.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Examples
|
|
|
|
example-hyperopt.md
|
|
example-lbfgs.md
|
|
example-rl-pong.md
|
|
using-ray-with-tensorflow.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Getting Started
|
|
|
|
api.rst
|
|
tutorial.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Design
|
|
|
|
remote-functions.md
|
|
serialization.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Cluster Usage
|
|
|
|
using-ray-on-a-cluster.md
|
|
using-ray-on-a-large-cluster.md
|
|
using-ray-and-docker-on-a-cluster.md
|