ray/doc/source
2019-08-08 00:59:23 -07:00
..
_static Move documentation to ReadTheDocs. (#326) 2017-02-27 21:14:31 -08:00
_templates Add better analytics to docs (#1854) 2018-04-10 00:51:44 -07:00
images [tune] Distributed example + walkthrough (#5157) 2019-08-02 09:17:20 -07:00
a2c-arch.svg [rllib] [docs] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07:00
actors.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
advanced.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07: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 Experimental asyncio support (#2015) 2018-12-06 17:39:05 -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 [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
conf.py [rllib] Feature/soft actor critic v2 (#5328) 2019-08-01 23:37:36 -07:00
configure.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
contrib.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
custom_metric.png [rllib] Implement custom metrics (#3144) 2018-11-03 18:48:32 -07:00
deploy-on-kubernetes.rst Ray namespace added for k8s (#4111) 2019-07-22 15:45:05 -07:00
development.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
distributed_training.rst [sgd] Distributed Training via PyTorch (#4797) 2019-06-01 21:39:22 -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
example-a3c.rst [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
example-lbfgs.rst Change Python examples in documentation to use 4 space indentation. (#736) 2017-07-16 22:19:33 -07:00
example-newsreader.rst Add initial news reader example (#4348) 2019-03-20 18:47:12 -07:00
example-parameter-server.rst [doc] Update example-parameter-server.rst (#3773) 2019-02-05 22:00:54 -08:00
example-resnet.rst Allow ResNet example to run on multiple machines. (#891) 2017-08-29 21:37:53 -07:00
example-rl-pong.rst Change Python examples in documentation to use 4 space indentation. (#736) 2017-07-16 22:19:33 -07:00
example-streaming.rst Add streaming MapReduce example (#1251) 2017-11-27 21:38:35 -08:00
fault-tolerance.rst Update actor fault tolerance documentation. (#3175) 2018-11-01 11:52:05 -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] Hotfix for removing unneeded files (#5383) 2019-08-06 08:46:59 -07:00
inspect.rst [docs] Hotfix for removing unneeded files (#5383) 2019-08-06 08:46:59 -07:00
install-source.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
installation.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
internals-overview.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
multi-agent.svg [rllib] Document "v2" APIs (#2316) 2018-07-01 00:05:08 -07: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 [docs] rewrite (#5175) 2019-08-05 23:33:14 -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 Update profiling instructions for raylet (#3311) 2018-11-13 17:48:33 -05: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] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07: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] Update docs with api and components overview figures (#1443) 2018-01-19 10:08:45 -08:00
rllib-concepts.rst [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
rllib-config.svg [rllib] Rename PolicyEvaluator => RolloutWorker (#4820) 2019-06-03 06:49:24 +08:00
rllib-dev.rst [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
rllib-env.rst [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -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] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
rllib-models.rst [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
rllib-offline.rst [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07: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-training.rst [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
rllib.rst MADDPG implementation in RLlib (#5348) 2019-08-06 16:22:06 -07:00
rock-paper-scissors.png [rllib] Add rock paper scissors multi-agent example (#5336) 2019-08-01 13:03:59 -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
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 [docs] rewrite (#5175) 2019-08-05 23:33:14 -07: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 [tune,autoscaler] Test yaml, add better distributed docs (#5403) 2019-08-08 00:59:23 -07:00
tune-examples.rst [tune] Example for Tune blog post (#4673) 2019-05-02 13:16:48 -04:00
tune-package-ref.rst [tune] Distributed example + walkthrough (#5157) 2019-08-02 09:17:20 -07:00
tune-schedulers.rst [tune,autoscaler] Test yaml, add better distributed docs (#5403) 2019-08-08 00:59:23 -07:00
tune-searchalg.rst [tune] Fix up Ax Search and Examples (#4851) 2019-05-27 13:23:17 -07:00
tune-tutorial.rst [tune] Distributed example + walkthrough (#5157) 2019-08-02 09:17:20 -07:00
tune-usage.rst [tune,autoscaler] Test yaml, add better distributed docs (#5403) 2019-08-08 00:59:23 -07:00
tune.rst [tune,autoscaler] Test yaml, add better distributed docs (#5403) 2019-08-08 00:59:23 -07:00
user-profiling.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
using-ray-on-a-cluster.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
using-ray-with-gpus.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
using-ray-with-tensorflow.rst [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
walkthrough.rst [docs] remove table from walkthrough (#5389) 2019-08-06 17:29:48 -07:00