2019-09-24 15:46:56 -07:00
|
|
|
|
Examples Overview
|
|
|
|
|
=================
|
|
|
|
|
|
|
|
|
|
.. 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: Asynchronous Advantage Actor Critic agent using Ray.
|
2019-10-14 14:18:52 -07:00
|
|
|
|
:figure: /images/a3c.png
|
2019-09-24 15:46:56 -07:00
|
|
|
|
:description: :doc:`/auto_examples/plot_example-a3c`
|
|
|
|
|
|
|
|
|
|
.. 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: Parallelizing a policy gradient calculation on OpenAI Gym Pong.
|
2019-10-14 14:18:52 -07:00
|
|
|
|
:figure: /images/pong.png
|
2019-09-24 15:46:56 -07:00
|
|
|
|
:description: :doc:`/auto_examples/plot_pong_example`
|
|
|
|
|
|
|
|
|
|
.. customgalleryitem::
|
|
|
|
|
:tooltip: Walkthrough of parallelizing the L-BFGS algorithm.
|
|
|
|
|
:description: :doc:`/auto_examples/plot_lbfgs`
|
|
|
|
|
|
|
|
|
|
.. customgalleryitem::
|
|
|
|
|
:tooltip: Implementing a simple news reader using Ray.
|
|
|
|
|
:description: :doc:`/auto_examples/plot_newsreader`
|
|
|
|
|
|
|
|
|
|
.. customgalleryitem::
|
|
|
|
|
:tooltip: Implement a simple streaming application using Ray’s actors.
|
|
|
|
|
:description: :doc:`/auto_examples/plot_streaming`
|
2019-10-20 20:28:16 -07:00
|
|
|
|
|
|
|
|
|
.. customgalleryitem::
|
|
|
|
|
:tooltip: Distributed Fault-Tolerant BERT training for FAIRSeq using Ray.
|
|
|
|
|
:description: :doc:`/auto_examples/plot_example-lm`
|
2019-12-02 19:59:23 -08:00
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
|
|
plot_parameter_server.rst
|
|
|
|
|
plot_example-a3c.rst
|
|
|
|
|
plot_hyperparameter.rst
|
|
|
|
|
plot_pong_example.rst
|
|
|
|
|
plot_lbfgs.rst
|
|
|
|
|
plot_newsreader.rst
|
|
|
|
|
plot_streaming.rst
|
|
|
|
|
plot_example-lm.rst
|