ray/doc/source
Amog Kamsetty f0053d405b
[Docker] Support multiple CUDA Versions (#19505)
* wip

* wip

* update

* finish

* deprecate

* debug

* fix and address comments

* try catch

* fix

* split tests

* force

* merge

* docs

* wip

* fix and check

* update readme

* fix

* fix

* fix sanity checking

* format
2021-10-25 18:57:05 -07:00
..
_static [tune/docs] Add high level trial runner flow to documentation (#14468) 2021-03-08 10:35:54 +01:00
_templates [Docs] Trial Fathom analytics for doc pages (#17056) 2021-07-14 14:11:52 -07:00
cluster [Doc] Update instruction on starting Ray cluster for Ray client (#19653) 2021-10-22 19:14:07 -07:00
data Make ArrowRow less scary (#19686) 2021-10-25 12:18:42 -07:00
images [docs] Add LightGBM-Ray docs, update XGBoost-Ray docs (#17188) 2021-07-20 16:06:47 +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 [doc] Bump dataset to beta for 1.8 and add backlink to SGD (#19332) 2021-10-12 18:32:29 -07:00
raysgd [Train] Rename Ray SGD v2 to Ray Train (#19436) 2021-10-18 22:27:46 -07:00
serve [Doc] [Serve] Fix code cutoff and broken linkes in deployment.rst (#19573) 2021-10-21 13:47:55 -07:00
train [Train] Rename Ray SGD v2 to Ray Train (#19436) 2021-10-18 22:27:46 -07:00
tune [Train] Rename Ray SGD v2 to Ray Train (#19436) 2021-10-18 22:27:46 -07:00
workflows [Workflow] Basic event support (#19239) 2021-10-22 15:27:33 -07:00
_help.rst [docs] redirect to discourse (#12427) 2020-11-25 17:10:10 -08:00
a2c-arch.svg [rllib] [docs] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07:00
actors.rst Fix cpp api doc (#18671) 2021-09-17 14:01:23 -07:00
advanced.rst [runtime_env] Allow specifying runtime env in @ray.remote decorator with Ray Client (#19626) 2021-10-25 10:32:31 -05: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 [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 [Doc] Generate sitemap (#19375) 2021-10-19 14:14:17 -07:00
configure.rst [Core] Add TLS/SSL support to gRPC channels (#18631) 2021-10-20 22:39:11 -07:00
cross-language.rst [Multi-tenancy] Delete flag enable_multi_tenancy and remove old code path (#10573) 2020-12-10 19:01:40 +08:00
custom_directives.py Fix XGBoost-Ray and LightGBM-Ray docs properly (#17433) 2021-07-30 15:47:41 +01:00
custom_metric.png [rllib] Implement custom metrics (#3144) 2018-11-03 18:48:32 -07:00
ddppo-arch.svg [rllib] Add Decentralized DDPPO trainer and documentation (#7088) 2020-02-10 15:28:27 -08:00
debugging.rst Update the contribution guide / style guide (#18753) 2021-09-19 20:14:51 -07: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
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
fake-autoscaler.rst [docs] Document fake multi-node autoscaler (#19329) 2021-10-12 15:59:07 -07: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 [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 [Workflow] Basic event support (#19239) 2021-10-22 15:27:33 -07:00
installation.rst [Docker] Support multiple CUDA Versions (#19505) 2021-10-25 18:57:05 -07: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 [Train] Rename Ray SGD v2 to Ray Train (#19436) 2021-10-18 22:27:46 -07: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 [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 [docs] Remove API warning from mp.Pool (#13683) 2021-01-25 09:59:46 -08:00
namespaces.rst [client][docs] update docs for new client support in init (#17333) 2021-08-04 05:31:44 +03: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 [RFC] API stability annotations (#17100) 2021-07-16 17:09:20 -07:00
pbt.png [tune] Improve PBT example (#4575) 2019-04-09 20:59:17 -07:00
placement-group.rst [C++ Worker]Update cpp worker doc (#18537) 2021-09-15 14:11:17 +08: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 [Nightly Test] Support memory profiling on Ray + implement memory monitor for nightly tests (#19539) 2021-10-21 07:37:05 -07: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-collective.rst [Collective] generate ray.util.collective doc (#16521) 2021-06-17 18:41:57 -07:00
ray-dashboard.rst ray[cluster] -> ray[default] (#15251) 2021-04-14 09:37:04 -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 [Train] Rename Ray SGD v2 to Ray Train (#19436) 2021-10-18 22:27:46 -07: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 [Doc] [Serve] Fix code cutoff and broken linkes in deployment.rst (#19573) 2021-10-21 13:47:55 -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 [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; Docs] Correcting documentation with respect to postprocess_trajectory (#19672) 2021-10-25 09:37:58 +02: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] Small parallel iterator doc fix. (#18043) 2021-08-24 19:57:58 +02:00
rllib-config.svg [rllib] Rename sample_batch_size => rollout_fragment_length (#7503) 2020-03-14 12:05:04 -07:00
rllib-dev.rst [RLlib] Memory leak docs (#15908) 2021-06-10 18:10:21 +02:00
rllib-env.rst [RLlib; Docs] Correcting documentation with respect to postprocess_trajectory (#19672) 2021-10-25 09:37:58 +02:00
rllib-envs.svg [rllib] annotate public vs developer vs private APIs (#3808) 2019-01-23 21:27:26 -08:00
rllib-examples.rst [RLlib] Add differentiable neural computer example (#14844) 2021-05-19 09:15:39 +02:00
rllib-external.svg [rllib] Add high-performance external application connector (#7641) 2020-03-20 12:43:57 -07:00
rllib-models.rst [RLlib] Allow SAC to use custom models as Q- or policy nets and deprecate "state-preprocessor" for image spaces. (#13522) 2021-02-02 13:05:58 +01:00
rllib-offline.rst [rllib] Enhancements to Input API for customizing offline datasets (#16957) 2021-07-10 15:05:25 -07:00
rllib-package-ref.rst [rllib] Deprecate policy optimizers (#8345) 2020-05-21 10:16:18 -07:00
rllib-sample-collection.rst [RLlib] Trajectory view API docs. (#12718) 2020-12-30 17:32:21 -08: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] Update tf1.x vs tf2.x documentation and eager example script. (#17030) 2021-07-13 20:02:17 -04:00
rllib-training.rst [RLlib] Config dict should use true instad of True in docs/examples. (#17889) 2021-08-17 11:46:10 +02:00
rllib.rst [RLlib] Config dict should use true instad of True in docs/examples. (#17889) 2021-08-17 11:46:10 +02:00
rock-paper-scissors.png [rllib] Add rock paper scissors multi-agent example (#5336) 2019-08-01 13:03:59 -07:00
serialization.rst [Serialization] API for deregistering serializers; code & doc cleanup (#13471) 2021-01-29 10:27:05 -08:00
sgd.png [sgd] Document and add simple MNIST example (#3236) 2018-11-10 21:52:20 -08:00
starting-ray.rst [C++ API] add C++ API docs (#17743) 2021-08-12 22:40:09 +08:00
struct-tensor.png [rllib] Support for complex / variable-length observation spaces (#8393) 2020-06-06 12:22:19 +02: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 [core][usability] Disambiguate ObjectLostErrors for better understandability (#18292) 2021-09-13 16:16:17 -07:00
using-ray-with-gpus.rst [api] Initial API deprecations for Ray 1.0 (#10325) 2020-08-28 15:03:50 -07:00
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 [docs] Second push of changes (#5391) 2019-08-28 17:54:15 -07:00
using-ray-with-tensorflow.rst [tune] Put examples under proper version control (#9427) 2020-07-13 18:01:10 -07:00
using-ray.rst [Core] Port concurrency groups with asyncio (#18567) 2021-10-21 21:46:56 +08:00
walkthrough.rst [Docs] Fix Typo in walkthrough (#19335) 2021-10-12 17:47:28 -07:00
whitepaper.rst [docs] Add links to Ray design patterns whitepaper (#12014) 2020-11-13 14:16:51 -08:00
xgboost-ray.rst [Train] Rename Ray SGD v2 to Ray Train (#19436) 2021-10-18 22:27:46 -07:00