ray/doc/source
2020-02-08 13:01:28 +08:00
..
_static [docs] Convert Examples to Gallery (#5414) 2019-09-24 15:46:56 -07:00
_templates [docs] Add a feedback form (#5610) 2019-09-02 01:28:28 -07:00
images [Tune] Add example and tutorial for DCGAN (#6400) 2019-12-13 14:15:44 -08:00
raysgd [sgd] Refactor PyTorch SGD Documentation. (#6910) 2020-01-29 08:51:01 -08:00
a2c-arch.svg [rllib] [docs] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07:00
actors.rst Experimental Actor Pool (#6055) 2019-12-26 14:35:10 -08:00
advanced.rst [Doc] Document Actor.options API (#6099) 2019-11-06 23:12:23 -08:00
apex-arch.svg [rllib] [docs] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07:00
apex.png [rllib] Document "v2" APIs (#2316) 2018-07-01 00:05:08 -07:00
async_api.rst Rewrite the async api documentation (#6936) 2020-01-30 09:34:09 -08:00
autoscaler-status.png Update the pip wheel in example.yaml and add docs (#1381) 2018-01-01 13:02:05 -08:00
autoscaling.rst [autoscaler][minor] default -> latest_dlami (#6922) 2020-01-27 14:34:07 -08:00
cluster-index.rst [docs] slight doc modifications (#6466) 2019-12-13 10:38:17 -08:00
conf.py [xlang] Cross language Python support (#6709) 2020-02-08 13:01:28 +08:00
configure.rst [docs] configure.rst with --num-cpus (#6678) 2020-01-02 20:33:41 -08:00
custom_directives.py [docs] Pictures for all the Examples (#5859) 2019-10-14 14:18:52 -07:00
custom_metric.png [rllib] Implement custom metrics (#3144) 2018-11-03 18:48:32 -07:00
deploy-on-kubernetes.rst Ray on YARN + Skein Documentation (#6119) 2019-11-14 15:06:05 -08:00
deploy-on-yarn.rst [docs] yarn update (#6173) 2019-11-19 16:15:08 -08:00
deploying-on-slurm.rst Set redis password in slurm deployment documentation. (#5747) 2019-09-21 15:33:15 -07:00
development.rst Improved contributor instructions (#7026) 2020-02-04 14:07:51 -08:00
dqn-arch.svg [rllib] [docs] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07:00
es.png [rllib] Document "v2" APIs (#2316) 2018-07-01 00:05:08 -07:00
fault-tolerance.rst Document fault tolerance behavior. (#6698) 2020-01-06 22:34:06 -08:00
getting-involved.rst [doc] Update the test command in getting-involved. (#6347) 2019-12-07 11:03:52 -08:00
impala-arch.svg [rllib] [docs] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07:00
impala.png [rllib] Update multi-gpu impala numbers (#3327) 2018-11-19 20:55:27 -08:00
index.rst Remove link to meetup RSVP from docs (#6995) 2020-01-31 11:32:50 -08:00
installation.rst Update the macos wheel name (#6961) 2020-01-29 15:23:43 -08:00
iter.rst Warn if OMP_NUM_THREADS is set (#6729) 2020-01-08 14:59:07 -08:00
joblib.rst Adding dependencies for scikit-learn in travis (#6969) 2020-01-30 09:46:54 -08:00
memory-management.rst [doc] Use .options() (#6323) 2019-12-01 17:24:00 -08:00
multi-agent.svg [rllib] Document "v2" APIs (#2316) 2018-07-01 00:05:08 -07:00
multi-flat.svg [rllib] RLlib in 60 seconds documentation (#5430) 2019-08-12 17:39:02 -07:00
multiprocessing.rst adding context parameter for pool with a warning for not being supported (#6776) 2020-01-17 16:57:18 -06:00
offline-q.png [rllib] Basic infrastructure for off-policy estimation (IS, WIS) (#3941) 2019-02-13 16:25:05 -08:00
package-ref.rst Add 'ray stat' command for debugging (#6622) 2019-12-28 14:40:32 -08:00
pandas_on_ray.rst Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
pbt.png [tune] Improve PBT example (#4575) 2019-04-09 20:59:17 -07:00
ppo-arch.svg [rllib] [docs] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07:00
ppo.png [rllib] Document "v2" APIs (#2316) 2018-07-01 00:05:08 -07:00
profiling.rst Release 0.8.0 test logs (#6512) 2019-12-17 15:56:50 -08:00
projects.rst [Projects] Add small tutorial for projects (#6641) 2020-01-20 09:33:41 -08:00
pytorch.png [rllib] Add TF and Torch icons to show which are available for each algo (#6869) 2020-01-20 15:22:21 -08:00
ray-tune-parcoords.png [tune] Fix Docs (#1469) 2018-01-25 16:39:00 -08:00
ray-tune-tensorboard.png [tune] Documentation for Ray.tune (#1243) 2017-11-23 11:31:59 -08:00
ray-tune-viskit.png [tune] Documentation for Ray.tune (#1243) 2017-11-23 11:31:59 -08:00
rllib-algorithms.rst [RLlib] Add rainbow config hint to algo-documentation. (#7052) 2020-02-05 12:01:43 -08:00
rllib-api.svg [rllib] Add rock paper scissors multi-agent example (#5336) 2019-08-01 13:03:59 -07:00
rllib-components.svg [rllib] Adds eager support with a generic TFEagerPolicy class (#5436) 2019-08-23 14:21:11 +08:00
rllib-concepts.rst [rllib] updated policy definition link (#6989) 2020-01-31 16:22:11 -08:00
rllib-config.svg [rllib] Rename PolicyEvaluator => RolloutWorker (#4820) 2019-06-03 06:49:24 +08:00
rllib-dev.rst Doc enhancement: use build.sh for ray, clarification on how rllib selects VisionNetwork, note on setup-dev.py for rllib. (#6092) 2019-12-02 22:19:01 -08:00
rllib-env.rst [rllib] add blog posts to examples list (#5762) 2019-09-23 10:42:21 -07:00
rllib-envs.svg [rllib] annotate public vs developer vs private APIs (#3808) 2019-01-23 21:27:26 -08:00
rllib-examples.rst Update rllib-examples.rst (#6396) 2019-12-08 16:21:50 -08:00
rllib-models.rst [rllib] Support parallel, parameterized evaluation (#6981) 2020-02-01 22:12:12 -08:00
rllib-offline.rst [rllib] Support parallel, parameterized evaluation (#6981) 2020-02-01 22:12:12 -08:00
rllib-package-ref.rst [rllib] Port remainder of algorithms to build_trainer() pattern (#4920) 2019-06-07 16:45:36 -07:00
rllib-stack.svg [rllib] Sync filters at end of iteration not start; hierarchical docs (#3769) 2019-01-15 16:25:25 -08:00
rllib-toc.rst [rllib] Support parallel, parameterized evaluation (#6981) 2020-02-01 22:12:12 -08:00
rllib-training.rst [rllib] Support parallel, parameterized evaluation (#6981) 2020-02-01 22:12:12 -08:00
rllib.rst [rllib] Add -v and --torch flags to first page of docs (#7032) 2020-02-04 10:17:51 -08:00
rock-paper-scissors.png [rllib] Add rock paper scissors multi-agent example (#5336) 2019-08-01 13:03:59 -07:00
serialization.rst Consolidate and clean up documentation (#5645) 2019-09-07 11:50:18 -07:00
serve.rst [Serve] First iteration of the serve doc (#5834) 2019-10-03 15:14:09 -07:00
sgd.png [sgd] Document and add simple MNIST example (#3236) 2018-11-10 21:52:20 -08:00
signals.rst [doc] Document experimental signal API. (#4019) 2019-02-28 11:05:28 -08:00
tensorflow.png [rllib] Add TF and Torch icons to show which are available for each algo (#6869) 2020-01-20 15:22:21 -08:00
throughput.png [rllib] Document "v2" APIs (#2316) 2018-07-01 00:05:08 -07:00
timeline.png [minor] Use a better timeline pic in the documentation 2017-12-20 12:54:25 -08:00
troubleshooting.rst Consolidate and clean up documentation (#5645) 2019-09-07 11:50:18 -07:00
tune-advanced-tutorial.rst [tune] demo exporting trained models in pbt examples (#6533) 2019-12-26 02:14:49 +01:00
tune-contrib.rst [tune] Add requirements-dev.txt and update docs for contributing (#4925) 2019-06-05 09:04:36 -07:00
tune-design.rst [tune] Contributor Guide and Design Page (#4716) 2019-05-05 00:04:13 -07:00
tune-distributed.rst Replace --redis-address with --address in test, docs, tune, rllib (#5602) 2019-09-01 16:53:02 -07:00
tune-examples.rst [tune] tf2.0 mnist example (#5898) 2019-10-15 22:25:01 -07:00
tune-package-ref.rst [tune] Async restores and S3/GCP-capable trial FT (#6376) 2020-01-02 20:40:53 -08:00
tune-schedulers.rst Fixed few broken links in docs (#5477) 2019-08-19 14:22:25 -07:00
tune-searchalg.rst [tune] Implement BOHB (#5382) 2019-08-13 12:32:07 -07:00
tune-tutorial.rst [docs] Edit survey links (#6777) 2020-01-17 11:52:04 -08:00
tune-usage.rst [tune] Experiment stopping API (#6886) 2020-01-30 00:34:08 -08:00
tune.rst [tune] Default to TensorboardX and include in requirements. (#6836) 2020-01-19 01:49:33 -08:00
using-ray-on-a-cluster.rst Replace --redis-address with --address in test, docs, tune, rllib (#5602) 2019-09-01 16:53:02 -07:00
using-ray-with-gpus.rst Consolidate and clean up documentation (#5645) 2019-09-07 11:50:18 -07:00
using-ray-with-pytorch.rst [docs] Second push of changes (#5391) 2019-08-28 17:54:15 -07:00
using-ray-with-tensorflow.rst [docs] fix code block display (#5967) 2019-10-22 00:45:38 -07:00
using-ray.rst [docs] slight doc modifications (#6466) 2019-12-13 10:38:17 -08:00
walkthrough.rst [tune] Fault tolerance improvements (#5877) 2019-11-18 01:14:41 -08:00