doc/source/ray-core/examples/overview.rst
.. _ray-core-examples-tutorial:
.. toctree:: :hidden: :glob:
*
.. Organize example .rst files in the same manner as the .py files in ray/python/ray/train/examples.
Below are examples for using Ray Core for a variety use cases.
.. list-table::
A Gentle Introduction to Ray Core by Example <gentle_walkthrough>Using Ray for Highly Parallelizable Tasks <highly_parallel>Monte Carlo Estimation of π <monte_carlo_pi>.. list-table::
Running a Simple MapReduce Example with Ray Core <map_reduce>Speed Up Your Web Crawler by Parallelizing it with Ray <web_crawler>.. list-table::
Build Batch Prediction Using Ray <batch_prediction>Build a Simple Parameter Server Using Ray <plot_parameter_server>Simple Parallel Model Selection <plot_hyperparameter>Learning to Play Pong <plot_pong_example>