ray/doc/source
2021-11-19 10:06:40 +01:00
..
_static [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
_templates [Docs] Trial Fathom analytics for doc pages (#17056) 2021-07-14 14:11:52 -07:00
cluster Update Ray client docs with working_dir explanation (#18294) 2021-11-04 14:52:28 -07:00
data Raise the dataset block size limit to 2GiB (#20551) 2021-11-18 19:36:10 -08:00
images [RLlib] API reference pages: rllib/env package only. (#20486) 2021-11-19 10:06:40 +01:00
ray-design-patterns [docs] Add ray desig patterns and antipatterns to docs (#16478) 2021-06-17 19:56:44 +01:00
ray-overview [RLlib; Documentation] RLlib README overhaul. (#20249) 2021-11-18 18:08:40 +01:00
raysgd Added example to user guide for cloud checkpointing (#20045) 2021-11-15 15:43:06 +00:00
rllib [RLlib] API reference pages: rllib/env package only. (#20486) 2021-11-19 10:06:40 +01:00
serve [Serve] Add experimental CLI for serve deploy (#20371) 2021-11-16 20:22:09 -08:00
train [Train][Data] Change usages of iter_datasets to iter_epochs (#20487) 2021-11-17 18:05:51 -08:00
tune [tune] Multi-objective support for Optuna (#20489) 2021-11-18 18:47:29 +00:00
workflows [workflow] Fix workflow event doc typo (#20465) 2021-11-17 16:18:20 -08:00
_help.rst [docs] redirect to discourse (#12427) 2020-11-25 17:10:10 -08:00
a2c-arch.svg
actors.rst [Java] Remove global named actor and global pg (#20135) 2021-11-15 16:28:53 +08:00
advanced.rst [Doc] [runtime env] Move runtime env section up one level, add inbound links (#19863) 2021-10-29 12:02:39 -05:00
apex-arch.svg
apex.png
async_api.rst [Core] Add concurrent.futures.Future wrapper for ObjectRef (#15425) 2021-04-23 11:53:46 -05:00
concurrency_group_api.rst [Core] Port concurrency groups with asyncio (#18567) 2021-10-21 21:46:56 +08:00
conf.py [Train] Refactor Backends (#20312) 2021-11-13 11:05:53 -08:00
configure.rst [DOC] Add namespace doc for Java part. (#20428) 2021-11-17 23:02:47 +08:00
cross-language.rst [Doc] [runtime env] Move runtime env section up one level, add inbound links (#19863) 2021-10-29 12:02:39 -05:00
custom_directives.py Fix XGBoost-Ray and LightGBM-Ray docs properly (#17433) 2021-07-30 15:47:41 +01:00
custom_metric.png
ddppo-arch.svg
debugging.rst Update the contribution guide / style guide (#18753) 2021-09-19 20:14:51 -07:00
dependency-management.rst [runtime_env][docs] Add documentation on using remote URIs for runtime environments (#20352) 2021-11-17 23:17:48 -06:00
development.rst add dependencies to BUILD.bazel and update windows bazel to 4.2.1 (#19132) 2021-10-11 10:25:19 -07:00
download_zip_url.png [runtime_env][docs] Add documentation on using remote URIs for runtime environments (#20352) 2021-11-17 23:17:48 -06:00
dqn-arch.svg
es.png
fake-autoscaler.rst [autoscaler] Use drain node api in autoscaler before terminating nodes (#20013) 2021-11-11 08:31:40 -08:00
fault-tolerance.rst [Core] Actor Retries Out of Order Tasks on Restart (#12338) 2020-12-01 09:35:54 -08:00
getting-involved.rst [Doc] Move all contribution info to getting-involved.html and link to it from CONTRIBUTING.rst (#19571) 2021-10-25 14:23:23 -05:00
impala-arch.svg
impala.png
index.rst [RLlib] API reference pages: rllib/env package only. (#20486) 2021-11-19 10:06:40 +01:00
installation.rst Revert "Revert "[Docs] More detailed M1 Mac installation instructions"" (#20549) 2021-11-18 20:18:37 -08:00
joblib.rst [docs] Fix dead links to cluster docs by making dashes slashes (#12260) 2020-11-23 12:52:36 -08:00
lightgbm-ray.rst Added example to user guide for cloud checkpointing (#20045) 2021-11-15 15:43:06 +00:00
memory-management.rst Add feature flag for plasma overcommit (#16061) 2021-05-26 10:53:57 -07:00
MemoryTrackingCallbacks.png [RLlib] Memory leak docs (#15908) 2021-06-10 18:10:21 +02:00
multi-agent.svg
multi-flat.svg
multiprocessing.rst [docs] Remove API warning from mp.Pool (#13683) 2021-01-25 09:59:46 -08:00
namespaces.rst [DOC] Add namespace doc for Java part. (#20428) 2021-11-17 23:02:47 +08:00
offline-q.png
package-ref.rst [RFC] API stability annotations (#17100) 2021-07-16 17:09:20 -07:00
pbt.png
placement-group.rst [Docs] Fix typo in C++ Placement Group example (#20386) 2021-11-16 08:19:09 +09:00
ppo-arch.svg
ppo.png
profiling.rst [Nightly Test] Support memory profiling on Ray + implement memory monitor for nightly tests (#19539) 2021-10-21 07:37:05 -07:00
pytorch.png
ray-collective.rst [Collective] generate ray.util.collective doc (#16521) 2021-06-17 18:41:57 -07:00
ray-dashboard.rst [Documentation] Fix quotes for windows installations (#19859) 2021-10-29 10:54:38 -07:00
ray-debugging.rst [serve] Modify serve debugger example to use current APIs (#19513) 2021-10-19 13:21:56 -07:00
ray-libraries.rst [doc] Bump dataset to beta for 1.8 and add backlink to SGD (#19332) 2021-10-12 18:32:29 -07:00
ray-lightning.rst Added example to user guide for cloud checkpointing (#20045) 2021-11-15 15:43:06 +00:00
ray-logging.rst [metrics] Improve custom metrics docs, add an example on how to use them (#14690) 2021-03-15 17:37:02 -05:00
ray-metrics.rst [Documentation] Fix quotes for windows installations (#19859) 2021-10-29 10:54:38 -07:00
ray-tracing.rst Update versioning for tracing in Ray docs (#16041) 2021-06-08 19:23:19 -07:00
ray-tune-parcoords.png
ray-tune-tensorboard.png
ray-tune-viskit.png
ray_repo.png [runtime_env][docs] Add documentation on using remote URIs for runtime environments (#20352) 2021-11-17 23:17:48 -06:00
rllib-algorithms.rst Revert "Revert [RLlib] POC: PGTrainer class that works by sub-classing, not trainer_template.py." (#20285) 2021-11-16 12:26:47 +01:00
rllib-api.svg
rllib-components.svg
rllib-concepts.rst [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
rllib-config.svg
rllib-dev.rst [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
rllib-env.rst [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
rllib-envs.svg
rllib-examples.rst [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
rllib-external.svg
rllib-models.rst [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
rllib-offline.rst [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
rllib-package-ref.rst [RLlib] API reference pages: rllib/env package only. (#20486) 2021-11-19 10:06:40 +01:00
rllib-sample-collection.rst [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
rllib-stack.svg
rllib-toc.rst [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
rllib-training.rst [RLlib; Documentation] Minor fixes "rllib in 60s" and per-feature sigils. (#20248) 2021-11-13 22:10:47 +01:00
rock-paper-scissors.png
serialization.rst [Serialization] API for deregistering serializers; code & doc cleanup (#13471) 2021-01-29 10:27:05 -08:00
sgd.png
starting-ray.rst [C++ API] add C++ API docs (#17743) 2021-08-12 22:40:09 +08:00
struct-tensor.png
tensorflow.png
throughput.png
timeline.png
troubleshooting.rst [core][usability] Disambiguate ObjectLostErrors for better understandability (#18292) 2021-09-13 16:16:17 -07:00
using-ray-with-gpus.rst
using-ray-with-jupyter.rst [docs] Add best practices for Jupyter Notebook (#16798) 2021-07-01 18:34:29 -07:00
using-ray-with-pytorch.rst
using-ray-with-tensorflow.rst
using-ray.rst [Doc] [runtime env] Move runtime env section up one level, add inbound links (#19863) 2021-10-29 12:02:39 -05:00
walkthrough.rst [Java] Add timeout parameter for Ray.get() API (#20282) 2021-11-17 11:02:17 +08:00
whitepaper.rst [docs] Add links to Ray design patterns whitepaper (#12014) 2020-11-13 14:16:51 -08:00
xgboost-ray.rst Added example to user guide for cloud checkpointing (#20045) 2021-11-15 15:43:06 +00:00