mwtian
66aac2e219
[C++] Use RayConfig to read internal environment variables only once ( #18869 )
...
* store environ on first access
* fix
* Use RayConfig
* fix
* fix
* Revert removal of headers. They are actually used.
* rename
* fix lint
* format
* use std::getenv()
* fix
2021-09-25 12:27:42 -07:00
Yi Cheng
65fa740c3b
Fix minor doc error ( #18896 )
2021-09-24 22:21:10 -07:00
Jiajun Yao
e79f271b05
Fix nil redis array element ( #18813 )
2021-09-24 20:11:43 -07:00
Yi Cheng
3d9c973861
[doc] Update ray client documentation to include multi-client. ( #18891 )
2021-09-24 18:35:52 -07:00
mwtian
43ac18bbc0
[Build] include minimal debug info in C++ build; upgrade clang-format to 12 ( #18888 )
...
* Revert "Revert "[Build] include minimal debug info in C++ build; upgrade clang-format to 12 (#18840 )" (#18886 )"
This reverts commit f851a072f3
.
* use gcc 8
2021-09-24 17:59:05 -07:00
Chris K. W
0669e651b9
[client] Bump client proto version ( #18866 )
2021-09-24 14:35:59 -07:00
Jiajun Yao
18bdde1918
Install the test wheel last ( #18881 )
2021-09-24 20:56:53 +01:00
Chen Shen
f851a072f3
Revert "[Build] include minimal debug info in C++ build; upgrade clang-format to 12 ( #18840 )" ( #18886 )
...
This reverts commit 07e1366383
.
2021-09-24 12:55:08 -07:00
mwtian
07e1366383
[Build] include minimal debug info in C++ build; upgrade clang-format to 12 ( #18840 )
...
* debug info and clang-format
* doc
* fix
* no clang-format on all files
* gcc
* keep gcc 7
2021-09-24 12:26:33 -07:00
Eric Liang
11a2dfcaab
Improve unschedulable task warning messages by integrating with the autoscaler ( #18724 )
2021-09-24 12:19:58 -07:00
architkulkarni
fbf5f5d56b
[runtime env] [Serve] Fix error when uris field is None ( #18874 )
2021-09-24 14:07:17 -05:00
dependabot[bot]
98ecc1c657
[RLlib](deps): Bump mlagents from 0.26.0 to 0.27.0 in /python/requirements/rllib ( #17860 )
...
* [RLlib](deps): Bump mlagents in /python/requirements/rllib
Bumps [mlagents](https://github.com/Unity-Technologies/ml-agents ) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/Unity-Technologies/ml-agents/releases )
- [Commits](https://github.com/Unity-Technologies/ml-agents/compare/python-packages_0.26.0...python-packages_0.27.0 )
---
updated-dependencies:
- dependency-name: mlagents
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* wip.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sven1977 <svenmika1977@gmail.com>
2021-09-24 19:33:39 +02:00
dependabot[bot]
40aec916d7
[RLlib](deps): Bump pyglet from 1.5.0 to 1.5.18 in /python/requirements/rllib ( #16687 )
...
* [RLlib](deps): Bump pyglet in /python/requirements/rllib
Bumps [pyglet](https://github.com/pyglet/pyglet ) from 1.5.0 to 1.5.18.
- [Release notes](https://github.com/pyglet/pyglet/releases )
- [Changelog](https://github.com/pyglet/pyglet/blob/v1.5.18/RELEASE_NOTES )
- [Commits](https://github.com/pyglet/pyglet/compare/v1.5.0...v1.5.18 )
---
updated-dependencies:
- dependency-name: pyglet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
Co-authored-by: sven1977 <svenmika1977@gmail.com>
2021-09-24 19:32:55 +02:00
Chu Xiangyang
2220fe8a78
[Dashboard] Keep Job timestamp as millisecond ( #18806 )
...
* [Dashboard] Keep Job timestamp as millisecond
Current the `timestamp` is already millisecond, 13 digits long,
so no need to * 1000 in the dashboard UI.
* Fix format wih prettier
* use Number to convert timestamp
2021-09-24 10:31:54 -07:00
Guyang Song
337005d5a5
[C++ API][hotfix] fix C++ worker dynamic library loading issue on macOS ( #18877 )
...
* fix C++ worker in macox
* fix
2021-09-24 23:39:00 +08:00
Kai Fricke
e08d4253cf
[ci/release] Start cluster before connecting via anyscale connect ( #18878 )
2021-09-24 16:17:06 +01:00
Kai Fricke
d52203ee03
[ci/release] Fix long running serve test result fetching ( #18880 )
2021-09-24 16:16:01 +01:00
mvindiola1
62f5da0b65
[RLlib] Add unit tests for updating episode data in base_env ( #17137 )
2021-09-24 16:08:11 +02:00
dependabot[bot]
e3470d7149
[RLlib](deps): Bump atari-py in /python/requirements/rllib ( #15994 )
2021-09-24 15:55:02 +02:00
Julius Frost
8b8b447fd7
[RLlib] Fix train.py
input config patching ( #18747 )
2021-09-24 14:41:33 +02:00
o0olele
ff6730f903
[RLlib] Attention Nets + MultiDiscrete spaces: Fix range() takes no keyword args error! ( #17502 )
2021-09-24 13:43:58 +02:00
Kai Fricke
9b0d804eed
[tune] Add documentation for reproducible runs (setting seeds) ( #18849 )
...
Co-authored-by: Antoni Baum <antoni.baum@protonmail.com>
2021-09-24 10:57:31 +01:00
Chen Shen
7c99aae033
[dataset][nightly-test] add pipelined ingestion/training nightly test
2021-09-23 20:39:03 -07:00
Simon Mo
565131a854
[Serve] Support http_location=FixedNumber ( #18731 )
2021-09-23 15:59:12 -07:00
Simon Mo
5aa1e08633
[Serve] Exit run_forever when actor shutdown ( #18820 )
2021-09-23 15:17:31 -07:00
Yi Cheng
b5ccee6ad3
Skip failed actor test ( #18815 )
2021-09-23 11:02:02 -07:00
Kai Fricke
2d46e0e14b
[tune] Fix Analysis.dataframe()
documentation and enable passing of mode=None
( #18850 )
2021-09-23 18:27:54 +01:00
Jiajun Yao
cc84f18176
Increase disk for long running distributed tests ( #18855 )
2021-09-23 17:52:35 +01:00
Stephanie Wang
7b1e594412
[core] Fix bug in ref counting protocol for nested objects ( #18821 )
...
* Fix assertion crash
* test, lint
* todo
* tests
* protocol
* test
* fix
* lint
* header
* recursive
* note
* forward test
* lock
* lint
* unneeded check
2021-09-23 09:45:12 -07:00
Alex Wu
5d57eed598
[Workflow] Serialization cleanup ( #18328 )
...
* notes
* notes
* .
* seems to work?
* .
* seems to work
* needs tests
* needs tests
* parallelize uploads
* fixed
* fixed
* .
* dumb test
* .
* .
* fix festsg
* .
* works
* .:
* .
* .
* .
* Update common.py
* .
* almost removed special case for inputs
* lint
* lint
* .
* handle edge case
* .
* .
* lint
* needs dedupe
* needs dedupe
* still need to not leak cache
* still need to not leak cache
* probably fails edge cases?
* probably fails edge cases?
* works?
* cleanup
* passes test?
* ???
* done?
* may work?
* may work?
* .
* .
* Revert "."
This reverts commit 6aee40630637783d1756e226861b518668112337.
* Revert "."
This reverts commit 040a0e59e731d1f4e3b85ca2153474fc97963ae8.
* Revert "may work?"
This reverts commit fc26b54627c3c72dfdbaf0e79ba89d7503db4a94.
* Revert "may work?"
This reverts commit 85f48bb11a5c1764ef2cf3701ec41eb948fc7fc1.
* Revert "done?"
This reverts commit 573f4e0cb98417494b30c7a36987391d9bb8d064.
* passs tests
* lint
* cleanup
* bug fix
* bug fix
* print
Co-authored-by: Alex Wu <alex@anyscale.com>
2021-09-23 09:18:59 -07:00
Carl Assmann
882f7d3863
[tune] OptunaSearch: check compatibility of search space with evaluated_rewards ( #18625 )
...
Co-authored-by: Antoni Baum <antoni.baum@protonmail.com>
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
2021-09-23 16:00:11 +01:00
Amog Kamsetty
99b1d8c95f
[SGD] Update Docs ( #18839 )
2021-09-23 07:52:57 -07:00
Guyang Song
739cf64115
[C++ API] support head_args config in C++ API ( #18709 )
2021-09-23 19:30:53 +08:00
Sven Mika
61a1274619
[RLlib] No Preprocessors (part 2). ( #18468 )
2021-09-23 12:56:45 +02:00
Sven Mika
a2a077b874
[RLlib] Faster remote worker space inference (don't infer if not required). ( #18805 )
2021-09-23 10:54:37 +02:00
Antoni Baum
361cae4d1c
[tune] Add save
and restore
methods for searchers that were missing it & test ( #18760 )
2021-09-23 09:45:47 +01:00
Eric Liang
2c15215833
Implement zip() function for dataset ( #18833 )
2021-09-23 00:12:29 -07:00
Sven Mika
a96dbd885b
[RLlib] Reinstate trajectory view API tests. ( #18809 )
2021-09-23 08:31:51 +02:00
Guyang Song
237a2ade76
[wheel][cpp] recover cpp extra ( #18597 )
2021-09-23 12:10:03 +08:00
Amog Kamsetty
d354161528
[SGD] Link ray.sgd
namespace to ray.util.sgd.v2
( #18732 )
...
* wip
* add symlink
* update
* remove from init
* no require tune
* try fix
* change
* * import
* fix docs
* address comment
2021-09-22 18:49:41 -07:00
mwtian
e41109a5e7
[Client] Use async rpc for remote call and actor creation ( #18298 )
...
* Use async rpc for remote calls, task and actor creations.
* fix
* check placement
* check placement group. wait for id in destructor
* fix
* fix exception in destructor
* Add test
* revert change
* Fix comment
* fix
2021-09-22 18:30:50 -07:00
Yi Cheng
8dd3057644
Revert "[test] add unit test for PR #17634 ( #18585 )" ( #18830 )
...
This reverts commit 73c3cff18b
.
2021-09-22 16:51:02 -07:00
Amog Kamsetty
00dd190df9
[SGD] Retry sgd.local_rank()
( #18824 )
...
* finish
* fix
* wip
* address comment
* update
* fix test
* fix failing test
* address comments
* fix test
* fix
2021-09-22 15:48:38 -07:00
Yi Cheng
73c3cff18b
[test] add unit test for PR #17634 ( #18585 )
2021-09-22 14:39:30 -07:00
gjoliver
e6511bcf56
Revert "Upgrade default bazel installation to ver 4.2.1 ( #18714 )" ( #18825 )
2021-09-22 13:54:48 -07:00
Amog Kamsetty
d9b166252b
Revert "[SGD] sgd.local_rank
" ( #18822 )
2021-09-22 13:50:00 -07:00
Amog Kamsetty
42c925ca0a
[Docs] Fix ray[default] Wheel install instruction ( #18819 )
2021-09-22 12:53:08 -07:00
Sven Mika
93208bb087
[RLlib] Increase size of (very flakey) action_masking example script test. ( #18816 )
2021-09-22 21:48:01 +02:00
Clark Zinzow
a3f40236d0
[Repo Config] Allow blank issues. ( #18800 )
2021-09-22 11:39:59 -07:00
Chen Shen
9b1cd5d1ad
Disable spill test on macOS ( #18801 )
2021-09-22 09:57:53 -07:00