Commit graph

1389 commits

Author SHA1 Message Date
Xiang Xu
ec8b591f32
[docs] typo fix on the Doc for helm (#16036) 2021-05-25 12:59:39 -07:00
Sven Mika
e61922c4ac
[RLlib] Add one-liner to docs on internship/RL-engineer position. (#16050)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-05-25 12:58:54 -07:00
Amog Kamsetty
71926ad043
[Docs] Fix Dependencies for Pong example (#15978) 2021-05-24 10:25:16 -07:00
Alex Wu
b81bdd8aee
[client] Local client builder (#15935) 2021-05-22 10:11:41 -07:00
Eric Liang
86cb3e28cd
[hotfix] Somehow the pong_plot_example is failing to gym.make("Pong-v0") (#15961) 2021-05-20 20:56:39 -07:00
Edward Oakes
82410f20b2
[serve] Add warning + docstring for anonymous namespaces (#15921) 2021-05-20 22:27:15 -05:00
Kai Fricke
12418a2f69
[xgboost] Update documentation (#15900) 2021-05-20 17:16:45 -07:00
Richard Liaw
2cb0ad4fb1
[docs] improve banner for ray summit (#15947) 2021-05-20 11:56:12 -07:00
Richard Liaw
5f595cbb0f
[docs] add summit banner (#15938) 2021-05-20 10:35:45 -07:00
YeahNew
9a93dd9682
Adding a RaySGD and DGL ( Deep Graph Library) integration example(gat… (#15718)
* Adding a RaySGD and DGL ( Deep Graph Library) integration example(gat_dgl.py)

* Update gat_dgl.py

* Update gat_dgl.py

* Update gat_dgl.py

* the gat_dgl.py has been formated by the format.sh script

* delet useless code in the gat_dgl.py

* add 'import numpy as np', modified the output form of accuracy in the validate method

* Modified the code for better readability and added the README.md file

* Update README.md

* Update README.md

* Update README.md

* updates

* formatting

Co-authored-by: YeahNew <1650996069@qq.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-05-20 08:47:19 -07:00
Edward Oakes
5243e8776b
[Docs] update serve logo (#15914) 2021-05-19 11:57:54 -07:00
Eric Liang
2dc4198210
Increase the raylet start wait timeout to accomodate plasma preallocation (#15860)
* update

* add doc

* update

* quick fix

* no spam

* fix
2021-05-19 09:39:25 -07:00
architkulkarni
c636bc3065
[Serve] [Core] Fix serve on Windows by disabling runtime env on Windows (#15838) 2021-05-19 10:58:40 -05:00
Steven Morad
d8eed68af2
[RLlib] Add differentiable neural computer example (#14844) 2021-05-19 09:15:39 +02:00
Kathryn Zhou
891648ea9e
Bump OpenTelemetry version & bug fix (#15791) 2021-05-18 17:06:43 -07:00
Michael Galarnyk
cedd348650
[DOCS] Added link to ray pulse community survey (#15891) 2021-05-18 15:25:36 -07:00
Farrukh Ali
dbdc8459ad
[rllib][docs] Update rllib-dev.rst (#15864) 2021-05-18 11:28:57 -07:00
Sven Mika
4e9555cad3
[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
Sven Mika
839fc59224
[RLlib] CQL TensorFlow support (#15841) 2021-05-18 11:10:46 +02:00
Dmitri Gekhtman
95c3d88cac
[autoscaler][kubernetes] Helm chart (#15614) 2021-05-17 16:55:10 -07:00
Alex Wu
3e94114336
Namespaces (#15774) 2021-05-17 10:04:22 -07:00
wzl
5247c0a5b8
[doc] Fix typo (#15828) 2021-05-16 16:08:14 -07:00
Sven Mika
d89fb82bfb
[RLlib] Add simple curriculum learning API and example script. (#15740) 2021-05-16 17:35:10 +02:00
Sven Mika
ebc6d8692a
[RLlib] Docs: Example scripts and blogs documentation update. (#15763) 2021-05-16 15:24:38 +02:00
Dmitri Gekhtman
052d2acaee
[autoscaler][kubernetes] Restart after head failure, more consistent operator restart behavior. (#15655) 2021-05-12 11:49:11 -05:00
Edward Oakes
bf6f1cfa9a
[serve] Clean up package ref (#15690) 2021-05-11 01:23:58 -07:00
mwtian
285885c86e
Mention MacOS in the instructions to build Ray from source (#15731) 2021-05-11 00:19:45 -07:00
Tom Dörr
3c99f1db4c
[Docs] Tune Contributors fix (#15719) 2021-05-10 12:22:47 -07:00
Tom Dörr
b5c03b6458
Fix Link (#15722) 2021-05-10 12:19:32 -07:00
Simon Mo
56c103bb7e
[Serve] Move the doc warning location (#15667) 2021-05-06 12:08:51 -07:00
Kai Fricke
16381625db
[tune] Reduce default number of maximum pending trials to max(16, cluster_cpus) (#15628) 2021-05-05 15:54:27 +01:00
Dmitri Gekhtman
8f83053e35
[autoscaler][Kubernetes] Operator subprocess error reporting, configuration fixes (#15526) 2021-05-04 16:45:37 -05:00
Ian Rodney
86cd358f1e
[docs] Add get_actor as top level API (#15484) 2021-05-04 12:25:53 -07:00
Edward Oakes
c9550a86dc
[serve] Update docs for v2 Deployments API (#15582) 2021-05-03 13:19:34 -05:00
Kathryn Zhou
38b64e4fb4
Add tracing to Ray (#14872) 2021-04-30 22:16:47 -07:00
Dmitri Gekhtman
de897673c5
[kubernetes][autoscaler] Kubernetes operator basic fixes (#15469) 2021-04-29 10:45:52 -05:00
fcardoso75
c89687d925
Build instructions for Windows (#15422)
* Added build instructions for Windows

* Fixed minor indentantion issue

* Addressing code review comments

* Fixed minor indentation issues

* Fixed minor punctuation issue

* Added bazel to requirements list

* Fixed git download link.

Co-authored-by: Ian Rodney <ian.rodney@gmail.com>

* Added explanation for need to enable Developer Mode

* Moving Fast, Debug, and Optimized Builds one level up

* Added pytest to Windows requirements. Removed old dangling Windows text from Linux build instructions

Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
2021-04-26 09:49:36 -07:00
Simon Mo
951943c28b
[Core] Add concurrent.futures.Future wrapper for ObjectRef (#15425) 2021-04-23 11:53:46 -05:00
Dmitri Gekhtman
6b0673f207
[doc][Kubernetes][minor] Restructure section labels for operator launch (#14962) 2021-04-23 09:50:58 -07:00
Dmitri Gekhtman
fd43e9e6f8
[kubernetes][doc][minor] Add namespace to job creation command (#15442) 2021-04-23 09:44:51 -07:00
Ian Rodney
cc4a610e6a
[doc] Update requirements-rtd.txt (#15485) 2021-04-23 09:35:47 -07:00
Edward Oakes
668a784553
[serve] Re-add variable route support for old API (#15455) 2021-04-22 14:07:50 -05:00
Edward Oakes
fbe510cd47
[serve] Clean up route prefixing behavior for deployments (#15193) 2021-04-19 12:50:46 -05:00
Dmitri Gekhtman
e6864523cf
[autoscaler] Do not divide by zero in resource demand scheduler (#15323)
* Do not divide by zero

* Don't take min or mean of an empty list

* max workers 0 for head node in distributed benchmark

* test

* Correct the type annotation

* comment grammar tweak

* message

* docs

* test

* Move test cli to large tests.
2021-04-16 10:20:05 -07:00
Sven Mika
cecfc3b43b
[RLlib] Multi-GPU support for Torch algorithms. (#14709) 2021-04-16 09:16:24 +02:00
SangBin Cho
c2e240e866
[Doc] Update object spilling doc (#15301) 2021-04-14 23:38:04 -07:00
Siyuan (Ryans) Zhuang
b81d805f40
[Doc] fix ray client doc (#15308) 2021-04-14 20:35:15 -07:00
Richard Liaw
59bf3a7b22
ray[cluster] -> ray[default] (#15251) 2021-04-14 09:37:04 -07:00
Richard Liaw
f4b2dd94b2
[tune] Cache MNIST and restore MNIST tests (#15260) 2021-04-13 14:20:26 -07:00
Richard Liaw
56c95075d1
Revert "[tune] enable mnist test v3 (#15198)" (#15242)
This reverts commit d913f32126.
2021-04-12 09:27:55 -07:00