Commit graph

734 commits

Author SHA1 Message Date
Richard Liaw
625b66bde7
[docs] Show commands on documentation (#9165) 2020-06-27 12:56:56 -07:00
Sven Mika
d6f84bb072
Win10 setup-dev.py fixes. (#9169) 2020-06-27 21:28:11 +02:00
Dean Wampler
b7cc1e78d7
Removed obsolete "detached=True" for detached actor in documentation. (#9158)
* Added small section on installation when using Anaconda. Also fixed an obsolete link to Anaconda.

* Delete more temporary directories when running the doc "make clean".

* Fixed typo in LinearDiscreteEnv docs

* Removed the "detached=True" from the description of detachted actors, because it is now deprecated.

Co-authored-by: Dean Wampler <dean@concurrentthought.com>
2020-06-26 09:47:41 -07:00
Richard Liaw
56d934bc18
[docs] Revised Cluster documentation (#9062)
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-06-26 09:29:22 -07:00
krfricke
22ea8dde84
[Tune] Added XGBoost tutorial and template (#9060)
* Added XGBoost tutorial and template

* XGBoost tutorial: Cut some clutter

* Apply suggestions from code review

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>

* Added XGboost logo

* Fixed further references

Co-authored-by: Kai Fricke <kai@anyscale.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-06-25 15:59:54 -07:00
Richard Liaw
75e6775b36
[docs] Make Contributions/Building pages more prominent (#9054)
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-06-25 12:38:12 -07:00
Edward Oakes
aa3fd62cac
[serve] Add shadow traffic API (#9106) 2020-06-25 10:55:22 -05:00
ElektroChan89
4bc1d7c043
[docs] Update grid_random.rst (#9102) 2020-06-24 12:36:42 -07:00
mehrdadn
0487c250e8
Windows compatibility (#93)
Co-authored-by: mehrdadn <mehrdadn@users.noreply.github.com>
Co-authored-by: Mehrdad <noreply@github.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-06-24 11:27:28 -07:00
goulou
9b4428c668
[ASHA][docs] Change default value of "brackets" (#9101)
Closes #9058
2020-06-23 14:43:27 -07:00
Amog Kamsetty
649a08926d
Fix link to serve (#9109) 2020-06-23 16:06:24 -05:00
Edward Oakes
c9010eb8ad
[serve] Add serve.shutdown() (#8766) 2020-06-23 13:42:03 -05:00
Edward Oakes
b88059326d
[docs] Rotate serve to top of sidebar (#9090) 2020-06-22 17:52:11 -07:00
SangBin Cho
2154f38ae5
[Dashboard] Update the Ray dashboard documentation to explain memory view. (#8945) 2020-06-22 13:50:32 -05:00
Richard Liaw
acdd873481
[docs/sgd] Fix test failure + make slack link large (#9051) 2020-06-21 15:55:06 -07:00
Max Fitton
ad09aa985c
Make Dashboard Port Configurable (#8999) 2020-06-19 16:26:22 -05:00
mehrdadn
92f67cd2ae
Add Optional Fast Build Configuration (#8925)
* Fast builds by default

* Update doc/source/development.rst

Co-authored-by: Simon Mo <xmo@berkeley.edu>

Co-authored-by: Mehrdad <noreply@github.com>
Co-authored-by: Simon Mo <xmo@berkeley.edu>
2020-06-18 14:12:12 -07:00
Robert Nishihara
f97f95cfa5
Add links to nightly windows wheels in installation documentation. (#9006) 2020-06-18 12:30:14 -07:00
Ian Rodney
069b121cc1
[docs] Remove Old warning about IOCTL (#8977) 2020-06-16 18:14:53 -07:00
Simon Mo
1a1ddc74c4
[Serve] Add package reference and links keyword to docstring (#8955) 2020-06-15 18:47:59 -07:00
Richard Liaw
6c49c01837
[tune] Function API checkpointing (#8471)
Co-authored-by: krfricke <krfricke@users.noreply.github.com>
2020-06-15 10:42:54 -07:00
SangBin Cho
3ca0e6f636
Update incorrect detached actor docs (#8930) 2020-06-15 12:31:02 -05:00
Eric Liang
34bae27ac7
[rllib] Flexible multi-agent replay modes and replay_sequence_length (#8893) 2020-06-12 20:17:27 -07:00
Richard Liaw
e4a1cda0ad
[tune][hotfix] fix links (#8904) 2020-06-11 11:29:16 -07:00
Richard Liaw
91d55f52ab
[docs] Why Tune? (#8790)
Co-authored-by: Sumanth Ratna <sumanthratna@gmail.com>
2020-06-11 11:23:36 -07:00
Sven Mika
a90cd0fcbb
[RLlib] Unity3d soccer benchmarks (#8834) 2020-06-11 14:29:57 +02:00
internetcoffeephone
9166e22085
Add doc explanation about synchronous algorithm shared GPU utilization between workers and driver. (#8400) 2020-06-11 01:06:04 -07:00
Sumanth Ratna
46dfd53c7d
[tune] [docs] Fix external hyperlinks (#8881) 2020-06-10 18:09:45 -07:00
Simon Mo
cf53b35147
[Serve] Add doc for model composition (#8871)
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-06-10 11:09:22 -07:00
Chapman Siu
04cffb7e65
[docs] rllib-models.rst - QMIX +parametric (#8868)
Updating docs to show that QMIX supports parametric action space, as per SMAC environments. 

This is reflected in the code here: https://github.com/ray-project/ray/blob/master/rllib/agents/qmix/qmix_policy.py#L179 and consistent with QMIX being an extension of DQN
2020-06-09 21:56:16 -07:00
mehrdadn
f93bb008bb
Change os.uname()[1] and socket.gethostname() to the portable and faster platform.node_ip() (#8839)
Co-authored-by: Mehrdad <noreply@github.com>
2020-06-08 21:29:46 -07:00
Edward Oakes
5d124489a9
[serve] Require backend when creating endpoint (#8764) 2020-06-06 21:10:42 -05:00
Eric Liang
be26a7b1b0
[rllib] Support for complex / variable-length observation spaces (#8393) 2020-06-06 12:22:19 +02:00
Edward Oakes
7bfce5c027
[serve] Clarify OMP_NUM_THREADS behavior (#8740) 2020-06-05 15:39:37 -05:00
Edward Oakes
c0df913b19
[serve] [docs] Cleanup splitting traffic, add A/B testing and incremental rollout (#8741) 2020-06-05 15:39:09 -05:00
Sven Mika
c74dc58f8b
[RLlib] Fix use_lstm flag for ModelV2 (w/o ModelV1 wrapping) and add it for PyTorch. (#8734) 2020-06-05 15:40:30 +02:00
Amog Kamsetty
9410e5884d
[Tune] Parametrize Cloud Syncing Frequency (#8771) 2020-06-04 18:55:50 -07:00
Edward Oakes
c1a97c8c04
[Doc] clarify delete in serve docs (#8765) 2020-06-04 15:22:30 -07:00
Edward Oakes
0306e4d589
[serve] Refer to serve "instances," not "clusters" (#8746) 2020-06-02 15:16:29 -07:00
Edward Oakes
2e82e05e4b
[serve] Add list_backends and list_endpoints (#8737) 2020-06-02 15:14:10 -07:00
Alex Wu
e9ce47bb6b
[iter] user-tip for better perf (#8712) 2020-06-02 14:23:50 -07:00
Edward Oakes
b8a9be0378
[serve] Specify how to pass init args to actors (#8738) 2020-06-02 14:03:18 -07:00
Alex Wu
dcf58a43dc
[SGD] Dataset API (#7839) 2020-06-01 15:48:15 -07:00
Sven Mika
d8a081a185
[RLlib] Unity3D integration (n Unity3D clients vs learning server). (#8590) 2020-05-30 22:48:34 +02:00
Edward Oakes
5bec951ece
[docs] [serve] Deployment as a service on k8s docs (#8663) 2020-05-29 14:53:42 -07:00
Simon Mo
6b04664645
[Serve] Add Tutorial for Batch Inference (#8490) 2020-05-29 09:55:47 -07:00
Bill Chambers
fadd47e44e
[docs] Ray Serve Documentation Overhaul (#8524) 2020-05-27 11:03:28 -05:00
Sven Mika
2746fc0476
[RLlib] Auto-framework, retire use_pytorch in favor of framework=... (#8520) 2020-05-27 16:19:13 +02:00
Sven Mika
0422e9c5a8
[RLlib] Add 2 Transformer learning test cases on StatelessCartPole (PPO and IMPALA). (#8624) 2020-05-27 10:19:47 +02:00
Bill Chambers
b3d686b78f
[docs] Add Overview Section & Gentle Introduction (#8517) 2020-05-26 10:39:34 -05:00