[docs] Pictures for all the Examples (#5859)

* image

* plot resnet

* hyperparam

* fixup_pictures

* custom_direct
This commit is contained in:
Richard Liaw
2019-10-14 14:18:52 -07:00
committed by GitHub
parent 8fd23c0c3f
commit 7f4141df4e
14 changed files with 24 additions and 803 deletions
+4 -4
View File
@@ -3,18 +3,22 @@ Examples Overview
.. customgalleryitem::
:tooltip: Build a simple parameter server using Ray.
:figure: /images/param_actor.png
:description: :doc:`/auto_examples/plot_parameter_server`
.. customgalleryitem::
:tooltip: Asynchronous Advantage Actor Critic agent using Ray.
:figure: /images/a3c.png
:description: :doc:`/auto_examples/plot_example-a3c`
.. customgalleryitem::
:tooltip: Simple parallel asynchronous hyperparameter evaluation.
:figure: /images/hyperparameter.png
:description: :doc:`/auto_examples/plot_hyperparameter`
.. customgalleryitem::
:tooltip: Parallelizing a policy gradient calculation on OpenAI Gym Pong.
:figure: /images/pong.png
:description: :doc:`/auto_examples/plot_pong_example`
.. customgalleryitem::
@@ -25,10 +29,6 @@ Examples Overview
:tooltip: Implementing a simple news reader using Ray.
:description: :doc:`/auto_examples/plot_newsreader`
.. customgalleryitem::
:tooltip: Using Ray to train ResNet across multiple GPUs.
:description: :doc:`/auto_examples/plot_resnet`
.. customgalleryitem::
:tooltip: Implement a simple streaming application using Rays actors.
:description: :doc:`/auto_examples/plot_streaming`