mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
34 lines
1.2 KiB
ReStructuredText
34 lines
1.2 KiB
ReStructuredText
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::
|
||
: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`
|