ray/doc/source
2020-07-21 14:52:18 -07:00
..
_static [tune] New Doc edits, add Concepts page (#8083) 2020-04-25 18:25:56 -07:00
_templates [docs] Add a feedback form (#5610) 2019-09-02 01:28:28 -07:00
cluster [autoscaler] Allow users to disable the cluster config cache (#8117) 2020-07-09 15:47:58 -07:00
images [tune] PyTorch CIFAR10 example (#9338) 2020-07-13 23:16:05 -07:00
ray-overview [docs] Render ActorPool documentation, etc (#9433) 2020-07-13 17:59:22 -07:00
raysgd [docs] Revised Cluster documentation (#9062) 2020-06-26 09:29:22 -07:00
serve [Serve] Document Metric Infrastructure (#9389) 2020-07-21 14:52:18 -07:00
tune [tune] extend PTL template (GPU, typing fixes, tensorboard) (#9451) 2020-07-15 10:30:20 -07:00
a2c-arch.svg [rllib] [docs] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07:00
actors.rst Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
advanced.rst Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +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 Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
conf.py [tune] Docs for tune-sklearn (#9129) 2020-07-06 15:35:10 -07:00
configure.rst [Serve] Add Instructions for GPU (#8495) 2020-05-19 18:33:58 -07:00
custom_directives.py [tune] Improve user guides and API docs (#7716) 2020-04-06 12:16:35 -07: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 [docs] Make Contributions/Building pages more prominent (#9054) 2020-06-25 12:38:12 -07:00
development.rst Add bazel to the PATH in setup.py (#9590) 2020-07-21 13:35:29 -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
fault-tolerance.rst [core] Add flag to enable object reconstruction during ray start (#9488) 2020-07-17 10:13:14 -07:00
getting-involved.rst [docs] Make Contributions/Building pages more prominent (#9054) 2020-06-25 12:38:12 -07: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 [docs] Revised Cluster documentation (#9062) 2020-06-26 09:29:22 -07:00
installation.rst Add dashboard dependencies to default ray installation (#9447) 2020-07-20 12:53:08 -05:00
iter.rst [iter] user-tip for better perf (#8712) 2020-06-02 14:23:50 -07:00
joblib.rst [tune] Docs for tune-sklearn (#9129) 2020-07-06 15:35:10 -07:00
memory-management.rst Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +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 Add ray.util package and move libraries from experimental (#7100) 2020-02-18 13:43:19 -08: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 [doc] [minor] Make API docs easier to find. (#9604) 2020-07-21 11:40:06 -07: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 [docs] Revised Cluster documentation (#9062) 2020-06-26 09:29:22 -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-dashboard.rst Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +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] Issue 8384: QMIX doesn't learn anything. (#9527) 2020-07-17 12:14:34 +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] Remove deprecated policy optimizer package. (#9262) 2020-07-02 14:39:40 -07:00
rllib-config.svg [rllib] Rename sample_batch_size => rollout_fragment_length (#7503) 2020-03-14 12:05:04 -07:00
rllib-dev.rst [tune] Use public methods for trainable (#9184) 2020-07-01 11:00:00 -07:00
rllib-env.rst [docs][rllib] Recommended workflow for training, saving, and testing (#9319) 2020-07-09 15:47:10 -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 [RLlib] Issue 8384: QMIX doesn't learn anything. (#9527) 2020-07-17 12:14:34 +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] Support for complex / variable-length observation spaces (#8393) 2020-06-06 12:22:19 +02:00
rllib-offline.rst [RLlib] DDPG refactor and Exploration API action noise classes. (#7314) 2020-03-01 11:53:35 -08:00
rllib-package-ref.rst [rllib] Deprecate policy optimizers (#8345) 2020-05-21 10:16:18 -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 [Doc] RLlib Algorithms Documentation: MAML + PyTorch MAML (#9189) 2020-07-03 11:05:15 -07:00
rllib-training.rst [docs][rllib] Recommended workflow for training, saving, and testing (#9319) 2020-07-09 15:47:10 -07:00
rllib.rst [RLlib] DDPG and SAC eager support (preparation for tf2.x) (#9204) 2020-07-08 16:12:20 +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 [docs] Render ActorPool documentation, etc (#9433) 2020-07-13 17:59:22 -07:00
sgd.png [sgd] Document and add simple MNIST example (#3236) 2018-11-10 21:52:20 -08:00
starting-ray.rst [docs] Make walkthrough and starting Ray materials clear (#7099) 2020-02-11 23:17:30 -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 Replace all instances of ray.readthedocs.io with ray.io (#7994) 2020-04-13 16:17:05 -07:00
tune-contrib.rst [tune] New Doc edits, add Concepts page (#8083) 2020-04-25 18:25:56 -07:00
tune.rst [tune] Fix up examples (#9201) 2020-07-05 01:16:20 -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 [tune] Put examples under proper version control (#9427) 2020-07-13 18:01:10 -07:00
using-ray.rst Add ray.util package and move libraries from experimental (#7100) 2020-02-18 13:43:19 -08:00
walkthrough.rst [docs] Render ActorPool documentation, etc (#9433) 2020-07-13 17:59:22 -07:00