..
_static
[tune/docs] Add high level trial runner flow to documentation ( #14468 )
2021-03-08 10:35:54 +01:00
_templates
[docs] Add a feedback form ( #5610 )
2019-09-02 01:28:28 -07:00
cluster
[Doc]Add statement for supporting remtoe redis ( #16869 )
2021-07-07 00:37:06 -07:00
images
[docs] Update community libraries ( #16557 )
2021-06-19 09:01:40 -07:00
modin
[docs] page for using Modin with Ray ( #13937 )
2021-02-06 00:28:04 -08:00
ray-design-patterns
[docs] Add ray desig patterns and antipatterns to docs ( #16478 )
2021-06-17 19:56:44 +01:00
ray-overview
Remove debug extras from setup.py ( #12751 )
2020-12-10 16:23:11 -06:00
raysgd
[SGD] Add support for native Torch AMP in SGD ( #16382 )
2021-06-15 17:48:21 -07:00
serve
[serve] Update kubernetes docs to specify a namespace ( #16786 )
2021-07-01 14:36:07 -05:00
tune
[tune] use bayesopt for quick start example (which actually converges) ( #16997 )
2021-07-12 14:50:32 +01: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
Update unclear named actor doc & namespace ( #16903 )
2021-07-06 15:51:29 -07:00
advanced.rst
[Core] [runtime env] Support specifying runtime env in @ray.remote decorator ( #16660 )
2021-06-25 09:37:40 -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
conf.py
[doc] Allows xgboost_ray documentation to be rendered ( #16919 )
2021-07-07 10:45:33 -07:00
configure.rst
[Docs] Add Ray Client Server Port to Docs ( #17003 )
2021-07-12 14:05:57 -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
[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
dask-on-ray.rst
[Docs] [Dask on Ray] Specify version compatibility ( #16595 )
2021-06-21 18:15:20 -07:00
ddppo-arch.svg
[rllib] Add Decentralized DDPPO trainer and documentation ( #7088 )
2020-02-10 15:28:27 -08:00
debugging.rst
Make it much simpler to turn on event stats ( #16401 )
2021-06-14 09:51:24 -07:00
development.rst
[doc] updated Windows development build instructions ( #16778 )
2021-06-30 11:34:46 -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] Actor Retries Out of Order Tasks on Restart ( #12338 )
2020-12-01 09:35:54 -08:00
getting-involved.rst
[docs] Add examples of new features to contribute ( #16477 )
2021-06-18 00:07:03 -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
[C++ worker] support build and add C++ worker to python wheel ( #16496 )
2021-07-08 14:42:26 +08:00
installation.rst
[docs] Add docker run gpu note ( #15566 )
2021-06-21 09:31:09 -07:00
iter.rst
[iter] user-tip for better perf ( #8712 )
2020-06-02 14:23:50 -07:00
joblib.rst
[docs] Fix dead links to cluster docs by making dashes slashes ( #12260 )
2020-11-23 12:52:36 -08:00
mars-on-ray.rst
[docs] Fix broken links in new community libraries page ++ ( #10785 )
2020-09-14 21:18:28 -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
Update unclear named actor doc & namespace ( #16903 )
2021-07-06 15:51:29 -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][ClientBuilder] Add ray.client()
and ray.ClientBuilder
to Experimental API docs ( #16058 )
2021-05-26 21:05:47 -07:00
pbt.png
[tune] Improve PBT example ( #4575 )
2019-04-09 20:59:17 -07:00
placement-group.rst
[JAVA] [Doc] Improve java doc for PG ( #14671 )
2021-03-29 11:21:20 +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
[Doc] Remove trailing whitespaces ( #13390 )
2021-01-12 20:35:38 -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-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
Allow using breakpoint()
to drop into Ray debugger ( #17025 )
2021-07-13 13:52:17 -07:00
ray-libraries.rst
[docs] Update community libraries ( #16557 )
2021-06-19 09:01:40 -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
[docs] Deploying Ray ( #16538 )
2021-06-19 10:07:15 -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
raydp.rst
[doc] Fixes to RayDP docs ( #14309 )
2021-02-25 11:23:10 -08:00
rllib-algorithms.rst
fix link ( #16864 )
2021-07-03 15:34:31 -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] Adds eager support with a generic TFEagerPolicy
class ( #5436 )
2019-08-23 14:21:11 +08:00
rllib-concepts.rst
[RLlib] Issue 15724: Breaking example script in docs due to outdated eager
config flag (use framework='tf2|tfe' instead). ( #15736 )
2021-05-18 11:34:46 +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] External env enhancements + more examples. ( #16583 )
2021-06-23 09:09:01 +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] Issue 15724: Breaking example script in docs due to outdated eager
config flag (use framework='tf2|tfe' instead). ( #15736 )
2021-05-18 11:34:46 +02:00
rllib-training.rst
[docs] Deploying Ray ( #16538 )
2021-06-19 10:07:15 -07:00
rllib.rst
[RLlib] Add one-liner to docs on internship/RL-engineer position. ( #16050 )
2021-05-25 12:58:54 -07: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
[docs] new Ray Cluster documentation ( #13839 )
2021-02-15 00:47:14 -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
Disable timeline events collection in Ray by default ( #15989 )
2021-06-02 18:04:29 -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
[docs] Add best practices for Jupyter Notebook ( #16798 )
2021-07-01 18:34:29 -07:00
walkthrough.rst
Update doc about installing Ray Java ( #14383 )
2021-03-09 18:03:13 +08:00
whitepaper.rst
[docs] Add links to Ray design patterns whitepaper ( #12014 )
2020-11-13 14:16:51 -08:00
xgboost-ray.rst
[xgboost] Update documentation ( #15900 )
2021-05-20 17:16:45 -07:00