2020-02-18 13:43:19 -08:00
Ray Tutorials and Examples
==========================
2020-09-04 21:44:22 -07:00
Get started with Ray, Tune, and RLlib with these notebooks that you can run online in Colab or Binder: `Ray Tutorial Notebooks <https://github.com/ray-project/tutorial> `__
2020-02-18 13:43:19 -08:00
2020-09-15 00:16:36 -07:00
Ray Examples
------------
.. raw :: html
<div class="sphx-glr-bigcontainer">
2020-04-06 12:16:35 -07:00
.. toctree ::
:hidden:
2020-09-04 21:44:22 -07:00
tips-for-first-time.rst
2020-09-04 18:40:48 -07:00
testing-tips.rst
2020-09-15 00:16:36 -07:00
progress_bar.rst
plot_streaming.rst
2020-12-01 13:15:30 -08:00
placement-group.rst
2020-04-06 12:16:35 -07:00
2020-09-04 21:44:22 -07:00
.. customgalleryitem ::
:tooltip: Tips for first time users.
:figure: /images/pipeline.png
:description: :doc:`/auto_examples/tips-for-first-time`
2020-04-06 12:16:35 -07:00
2020-09-15 00:16:36 -07:00
.. customgalleryitem ::
:tooltip: Tips for testing Ray applications
:description: :doc:`/auto_examples/testing-tips`
.. customgalleryitem ::
:tooltip: Progress Bar for Ray Tasks
:description: :doc:`/auto_examples/progress_bar`
.. customgalleryitem ::
:tooltip: Implement a simple streaming application using Ray’ s actors.
:description: :doc:`/auto_examples/plot_streaming`
2020-12-01 13:15:30 -08:00
.. customgalleryitem ::
:tooltip: Learn placement group use cases with examples.
:description: :doc:`/auto_examples/placement-group`
2020-09-15 00:16:36 -07:00
.. raw :: html
</div>
Machine Learning Examples
-------------------------
.. raw :: html
<div class="sphx-glr-bigcontainer">
.. toctree ::
:hidden:
plot_parameter_server.rst
plot_hyperparameter.rst
plot_lbfgs.rst
plot_example-lm.rst
plot_newsreader.rst
2019-09-24 15:46:56 -07:00
.. customgalleryitem ::
:tooltip: Build a simple parameter server using Ray.
2019-10-14 14:18:52 -07:00
:figure: /images/param_actor.png
2019-09-24 15:46:56 -07:00
:description: :doc:`/auto_examples/plot_parameter_server`
.. customgalleryitem ::
:tooltip: Simple parallel asynchronous hyperparameter evaluation.
2019-10-14 14:18:52 -07:00
:figure: /images/hyperparameter.png
2019-09-24 15:46:56 -07:00
:description: :doc:`/auto_examples/plot_hyperparameter`
.. customgalleryitem ::
:tooltip: Walkthrough of parallelizing the L-BFGS algorithm.
:description: :doc:`/auto_examples/plot_lbfgs`
2020-09-15 00:16:36 -07:00
.. customgalleryitem ::
:tooltip: Distributed Fault-Tolerant BERT training for FAIRSeq using Ray.
:description: :doc:`/auto_examples/plot_example-lm`
2019-09-24 15:46:56 -07:00
.. customgalleryitem ::
:tooltip: Implementing a simple news reader using Ray.
:description: :doc:`/auto_examples/plot_newsreader`
2020-09-15 00:16:36 -07:00
.. raw :: html
</div>
Reinforcement Learning Examples
-------------------------------
2020-11-10 10:53:28 -08:00
These are simple examples that show you how to leverage Ray Core. For Ray's production-grade reinforcement learning library, see `RLlib <http://docs.ray.io/en/master/rllib.html> `__ .
2020-09-15 00:16:36 -07:00
.. raw :: html
<div class="sphx-glr-bigcontainer">
.. toctree ::
:hidden:
plot_pong_example.rst
plot_example-a3c.rst
2019-10-20 20:28:16 -07:00
.. customgalleryitem ::
2020-09-15 00:16:36 -07:00
:tooltip: Asynchronous Advantage Actor Critic agent using Ray.
:figure: /images/a3c.png
:description: :doc:`/auto_examples/plot_example-a3c`
2020-09-04 18:40:48 -07:00
.. customgalleryitem ::
2020-09-15 00:16:36 -07:00
:tooltip: Parallelizing a policy gradient calculation on OpenAI Gym Pong.
:figure: /images/pong.png
:description: :doc:`/auto_examples/plot_pong_example`
.. raw :: html
</div>
2021-06-19 10:04:58 -07:00
End-to-end Machine Learning Guides
----------------------------------
These are full guides on how you can use Ray with various Machine Learning libraries
.. raw :: html
<div class="sphx-glr-bigcontainer">
.. toctree ::
:hidden:
using-ray-with-pytorch-lightning.rst
.. customgalleryitem ::
:tooltip: Using Ray with PyTorch Lightning.
:figure: /images/pytorch_lightning_small.png
:description: :doc:`/auto_examples/using-ray-with-pytorch-lightning`