mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00

* add pages about examples on training language models with fairseq and ray autoscaler * better format * update ray_train.sh * Move EFS to the autoscaler file * nits * add comments to the code & use a new way to implement checkpoint hook * small bug fix * polish the doc * fix formatting * yaml * update docs * fix the bugs and add preprocess.sh * fix lint * Reduce batch size & fix lint * shorttitle
38 lines
1.3 KiB
ReStructuredText
38 lines
1.3 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`
|
||
|
||
.. customgalleryitem::
|
||
:tooltip: Distributed Fault-Tolerant BERT training for FAIRSeq using Ray.
|
||
:description: :doc:`/auto_examples/plot_example-lm`
|