Michael Luo
b51ab2af66
[RLlib] Offline Type Annotations ( #9676 )
...
* Offline Annotations
* Modifications
* Fixed circular dependencies
* Linter fix
2020-07-27 14:01:17 -07:00
Bill Chambers
2e9d748100
[Cluster Launcher] Re Org the cluster launcher pages. ( #9687 )
2020-07-27 13:47:06 -07:00
Ian Rodney
d35605079e
[core] Removes Error when Internal Config is not set ( #9700 )
2020-07-27 11:47:54 -07:00
Robert Nishihara
5d89aedd40
Keep build-autoscaler-images.sh alive in CI ( #9720 )
2020-07-27 10:43:14 -07:00
Simon Mo
9213a81734
Only build docker wheels in LINUX_WHEELS env ( #9729 )
2020-07-27 10:42:40 -07:00
Simon Mo
7740136b93
Revert "Package and upload ray cross-platform jar ( #9540 )" ( #9730 )
...
This reverts commit 881032593d
.
2020-07-27 10:40:21 -07:00
chaokunyang
881032593d
Package and upload ray cross-platform jar ( #9540 )
2020-07-27 17:20:20 +08:00
fangfengbin
2790818c53
[GCS]GCS client support multi-thread subscribe&resubscribe&unsubscribe ( #9718 )
2020-07-27 13:58:39 +08:00
Robert Nishihara
db0d6e8efa
Make wait_for_condition raise exception when timing out. ( #9710 )
2020-07-26 22:56:32 -07:00
fyrestone
4d08ddbf24
[Dashboard] New dashboard skeleton ( #9099 )
2020-07-27 11:34:47 +08:00
Tao Wang
44ccca1acb
Only update raylet map when autoscaler configured ( #9435 )
2020-07-27 11:23:06 +08:00
ZhuSenlin
a269ae9bc4
[GCS] Fix actor task hang when its owner exits before local dependencies resolved ( #8045 )
2020-07-27 10:56:52 +08:00
Richard Liaw
f3fdb5c5db
[tune] distributed torch wrapper ( #9550 )
...
* changes
* add-working
* checkpoint
* ccleanu
* fix
* ok
* formatting
* ok
* tests
* some-good-stuff
* fix-torch
* ddp-torch
* torch-test
* sessions
* add-small-test
* fix
* remove
* gpu-working
* update-tests
* ok
* try-test
* formgat
* ok
* ok
2020-07-26 09:37:22 -07:00
Tao Wang
c6a7b3ac68
[Tests]lock vector to avoid potential flaky test ( #9656 )
2020-07-26 11:57:28 +08:00
fangfengbin
ff1d7a6b36
[GCS]Open test_gcs_fault_tolerance testcase ( #9677 )
...
* enable test_gcs_fault_tolerance
* fix lint error
Co-authored-by: 灵洵 <fengbin.ffb@antfin.com>
2020-07-26 11:26:45 +08:00
Robert Nishihara
a8efb214de
Fix a few flaky tests ( #9709 )
...
Fix test_custom_resources, Remove test_pandas_parquet_serialization, Better error message for test_output.py, Potentially fix test_dynres::test_dynamic_res_creation_scheduler_consistency
2020-07-25 17:11:38 -07:00
Siyuan (Ryans) Zhuang
54a0d8b69e
[Core] Try remove all windows compat shims ( #9671 )
...
* try remove compat for arrow
* remove unistd.h
* remove socket compat
* delete arrow windows patch
2020-07-25 12:00:36 -07:00
SangBin Cho
d49b19c24c
[Stats] Improve Stats::Init & Add it to GCS server ( #9563 )
2020-07-25 10:42:08 -07:00
fangfengbin
28d5f9696d
Add placement group java api ( #9611 )
...
* add part code
* add part code
* add part code
* fix code style
* fix review comment
* fix review comment
* add part code
* add part code
* add part code
* add part code
* fix review comment
* fix review comment
* fix code style
* fix review comment
* fix lint error
* fix lint error
Co-authored-by: 灵洵 <fengbin.ffb@antfin.com>
2020-07-25 15:39:05 +08:00
Sven Mika
5dc4b6686e
[RLlib] Implement DQN PyTorch distributional head. ( #9589 )
2020-07-25 09:29:24 +02:00
krfricke
9f3570828a
[tune] move jenkins tests to travis ( #9609 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-24 21:22:54 -07:00
Justin Terry
0d67602051
Update rllib-algorithms.rst ( #9640 )
2020-07-24 19:35:28 -07:00
Maksim Smolin
d364afbd31
[Autoscaler] CLI Logger docs ( #9690 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-07-24 16:59:25 -07:00
mehrdadn
56d2cf6479
Shellcheck rewrites ( #9597 )
...
* Fix SC2001: See if you can use ${variable//search/replace} instead.
* Fix SC2010: Don't use ls | grep. Use a glob or a for loop with a condition to allow non-alphanumeric filenames.
* Fix SC2012: Use find instead of ls to better handle non-alphanumeric filenames.
* Fix SC2015: Note that A && B || C is not if-then-else. C may run when A is true.
* Fix SC2028: echo may not expand escape sequences. Use printf.
* Fix SC2034: variable appears unused. Verify use (or export if used externally).
* Fix SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.
* Fix SC2071: > is for string comparisons. Use -gt instead.
* Fix SC2154: variable is referenced but not assigned
* Fix SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
* Fix SC2188: This redirection doesn't have a command. Move to its command (or use 'true' as no-op).
* Fix SC2236: Use -n instead of ! -z.
* Fix SC2242: Can only exit with status 0-255. Other data should be written to stdout/stderr.
* Fix SC2086: Double quote to prevent globbing and word splitting.
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-24 17:24:19 -05:00
Simon Mo
678e238784
Add Ray Serve to README.rst ( #9688 )
2020-07-24 14:53:21 -07:00
mehrdadn
7344fb9858
Switch from GitHub checkout@v2 to checkout@v1 due to bugs in checkout ( #9697 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-24 14:25:58 -07:00
Petros Christodoulou
46c64c90d0
fixed simplex initialisation seeding bug ( #9660 )
...
Co-authored-by: Petros Christodoulou <petrochr@amazon.com>
2020-07-24 14:22:41 -07:00
Bill Chambers
22d446bc2b
[Serve] Fix Formatting, stale docs ( #9617 )
2020-07-24 13:34:32 -07:00
Sven Mika
e4c5d3526f
Issue 9631: Tf1.14 does not have tf.config.list_physical_devices. ( #9681 )
2020-07-24 21:48:58 +02:00
Simon Mo
a078a21437
[Serve] Allow multiple HTTP servers. ( #9523 )
2020-07-24 12:41:20 -07:00
Eric Liang
590943a499
[rllib] Type annotations for model classes ( #9646 )
2020-07-24 12:01:46 -07:00
Amog Kamsetty
03709d67cb
[Tune Docs] Logging doc fix ( #9691 )
2020-07-24 11:20:52 -07:00
mehrdadn
6beed5a2df
Fix ERROR logging not being printed to standard error ( #9633 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-24 11:15:00 -07:00
Richard Liaw
a49eb1d168
[tune] survey ( #9670 )
2020-07-24 11:08:05 -07:00
Dean Wampler
5242b3b1a2
Refinements to the Serve documentation ( #9587 )
...
Co-authored-by: Dean Wampler <dean@concurrentthought.com>
2020-07-24 10:46:28 -07:00
SangBin Cho
18981bad59
Update release information from 0.8.6. ( #9124 )
...
* [BRING BACK TO MASTER] Update release information.
* [MERGE TO MASTER] Add microbenchmark result.
* Update asan tests to the doc.
2020-07-24 10:04:07 -07:00
Lingxuan Zuo
58a38e81d1
use help proto-init-macro for streaming config ( #9272 )
2020-07-24 17:59:33 +08:00
fangfengbin
d4324a4a8f
fix java coreworker crash ( #9674 )
2020-07-24 15:36:49 +08:00
Stephanie Wang
f2705e2c73
[core] Enable object reconstruction for retryable actor tasks ( #9557 )
...
* Test actor plasma reconstruction
* Allow resubmission of actor tasks
* doc
* Test for actor constructor
* Kill PID before removing node
* Kill pid before node
2020-07-23 21:15:12 -07:00
Alex Wu
239196fffc
[Core] WorkerInterface refactor ( #9655 )
...
* .
* .
* refactor WorkerInterface
* .
* Basic unit test structure complete?
* .
* .
* .
* .
* Fixed tests
* Fixed tests
* .
2020-07-23 21:13:29 -07:00
Robert Nishihara
06c3518aa1
Drop support for Python 3.5. ( #9622 )
...
* Drop support for Python 3.5.
* Update setup.py
2020-07-23 19:26:06 -07:00
Simon Mo
3511b30283
Temporarily disable remote watcher ( #9669 )
2020-07-23 17:20:48 -07:00
Siyuan (Ryans) Zhuang
e4beffa49d
Remove unused windows shims ( #9583 )
2020-07-23 17:18:39 -07:00
Siyuan (Ryans) Zhuang
4594f7db2e
[Core] Remove unnecessary windows syscall in plasma store ( #9602 )
2020-07-23 17:14:25 -07:00
Simon Mo
8df25b239f
Fix lint in remote-watch.py ( #9668 )
2020-07-23 16:18:22 -07:00
mehrdadn
75b2fc4313
Auto-cancel build when a new commit is pushed ( #8043 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-23 16:07:00 -07:00
Eric Liang
5acd3e66dd
[rllib] Fix torch TD error, IMPALA LR updates ( #9477 )
...
* update
* add test
* lint
* fix super call
* speed es test up
2020-07-23 12:50:25 -07:00
krfricke
ea4797bf38
[RaySGD] revised existing transformer example to work with transformers>=3.0 ( #9661 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-23 10:58:09 -07:00
Raphael Avalos
5303c3abe3
Fix TorchDeterministic ( #9241 )
2020-07-23 10:43:20 -07:00
Clark Zinzow
9f969260e8
[core] Fix Ray service startup when logging redirection is disabled. ( #9547 )
2020-07-23 11:26:24 -05:00