ray/doc/source/index.rst
Robert Nishihara 3c5375345f Initial version of evolution strategies example. (#544)
* Initial commit of evolution strategies example.

* Some small simplifications.

* Update example to use new API.

* Add example to documentation.
2017-05-14 17:53:51 -07:00

49 lines
871 B
ReStructuredText

Ray
===
*Ray is a flexible, high-performance distributed execution framework.*
.. toctree::
:maxdepth: 1
:caption: Installation
install-on-ubuntu.rst
install-on-macosx.rst
install-on-docker.rst
installation-troubleshooting.rst
.. toctree::
:maxdepth: 1
:caption: Getting Started
tutorial.rst
api.rst
actors.rst
.. toctree::
:maxdepth: 1
:caption: Examples
example-hyperopt.rst
example-rl-pong.rst
example-policy-gradient.rst
example-resnet.rst
example-a3c.rst
example-lbfgs.rst
example-evolution-strategies.rst
using-ray-with-tensorflow.rst
.. toctree::
:maxdepth: 1
:caption: Design
internals-overview.rst
serialization.rst
.. 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