Richard Liaw
139d21e068
[tune] Docs for tune-sklearn ( #9129 )
...
Co-authored-by: krfricke <krfricke@users.noreply.github.com>
2020-07-06 15:35:10 -07:00
SangBin Cho
557da7044f
Fix flaky test that says ray.init
is called twice. ( #9234 )
2020-07-06 15:19:00 -07:00
Ian Rodney
c79a49488c
[Doc] Fixing Wheel Build Command ( #8789 )
2020-07-06 11:17:59 -07:00
Piotr Januszewski
155cc81e40
Clarify training intensity configuration docstring ( #9244 ) ( #9306 )
2020-07-05 20:07:27 -07:00
ChenZhilei
6f3d993681
GCS server use worker table to handle RegisterWorker instead of redis accessor ( #9168 )
2020-07-06 10:37:25 +08:00
Ian Rodney
dcf989292e
[docker] Update base image ( #9281 )
2020-07-05 17:31:59 -07:00
Sven Mika
f43d934817
[RLlib] Type annotations for policy. ( #9248 )
2020-07-05 13:09:51 +02:00
Richard Liaw
b71c912da7
[tune] Fix up examples ( #9201 )
2020-07-05 01:16:20 -07:00
Tao Wang
f7ac495a68
[Core] Use map instead of list to represent resources in heartbeat message ( #9294 )
2020-07-05 10:59:25 +08:00
mehrdadn
28d18ec836
[windows] Improve GPU detection ( #9300 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-04 13:20:23 -07:00
David Fidalgo
c0ba337fe0
[tune] Add np.bool8 and np.int to allowed HPARAMS types ( #9297 )
2020-07-03 18:34:45 -07:00
Michael Luo
851d02463b
[Doc] RLlib Algorithms Documentation: MAML + PyTorch MAML ( #9189 )
2020-07-03 11:05:15 -07:00
Lingxuan Zuo
7a2d7964d8
Bool config string stream must be in true or 1 ( #9292 )
2020-07-03 20:37:19 +08:00
ZhuSenlin
726c4cd6d4
fix actor accessor initialize inside redis gcs client ( #9284 )
...
Co-authored-by: senlin.zsl <senlin.zsl@antfin.com>
2020-07-03 15:48:32 +08:00
mehrdadn
65f89753b0
Move full build to install_ray() ( #9276 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-02 21:06:31 -07:00
Lixin Wei
aea3d53545
[Streaming] Supports multiple downstream collector ( #9240 )
2020-07-03 11:05:07 +08:00
Eric Liang
4b62a888cc
[rllib] Remove deprecated policy optimizer package. ( #9262 )
2020-07-02 14:39:40 -07:00
mehrdadn
7135cb2aec
Fix .exe file extensions ( #9197 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-02 15:29:34 -05:00
Simon Mo
a25472c657
[Serve] Fix prometheus exporter label override ( #9227 )
2020-07-02 11:40:14 -07:00
Ian Rodney
f1173d55e0
[autoscaler] Fix cluster_shutdown using wrong args ( #9252 )
2020-07-02 09:34:50 -07:00
mehrdadn
29acf272b7
Build with Visual C++ ( #9190 )
...
Co-authored-by: Mehrdad <noreply@github.com>
Co-authored-by: Simon Mo <xmo@berkeley.edu>
2020-07-02 09:34:24 -07:00
SangBin Cho
bfb8a28a3c
Revert "Support accessing underlying attributes in RayTaskErrors ( #9210 )" ( #9263 )
...
This reverts commit 21cad5250a
.
2020-07-02 08:35:10 -05:00
Sven Mika
5b2a97597b
[RLlib] Retire try_import_tree
(should be installed along with other requirements). ( #9211 )
...
- Retire try_import_tree.
- Stabilize test_supported_multi_agent.py.
2020-07-02 13:06:34 +02:00
Sven Mika
c4ccbfdfa9
[RLlib] tf-eager support for ES and ARS (tf2.x preparation). ( #9207 )
2020-07-02 13:03:10 +02:00
Lingxuan Zuo
8a1cc7f8f9
Reset bool config by checking type first ( #9247 )
2020-07-02 18:32:41 +08:00
fangfengbin
8fcfcc4100
GCS server error handling for actor creation ( #8899 )
2020-07-02 16:27:32 +08:00
fangfengbin
a7a7bef622
Fix Java test crash due to incorrect destruction order ( #9236 )
2020-07-02 15:44:08 +08:00
Tao Wang
d35776e92d
[Core] Do not heartbeat resources if no update ( #9182 )
2020-07-02 13:56:49 +08:00
Eric Liang
82a5ed3fb5
[autoscaler] Instance type assert fix for non-AWS node providers ( #9223 )
2020-07-01 17:54:20 -07:00
Andrija Djurisic
e0d8b58969
Fix Azure example-gpu.yml ( #9242 )
...
`imageSku` should be string ... otherwise this is the error it shows up:
```
msrestazure.azure_exceptions.CloudError: Azure Error: InvalidTemplate
Message: Deployment template validation failed: 'Template parameter JToken type is not valid. Expected 'String, Uri'. Actual 'Integer'. Please see https://aka.ms/resource-manager-parameter-files for usage details.'.
Additional Information:
Type: TemplateViolation
Info: {
"lineNumber": 1,
"linePosition": 673,
"path": "properties.template.parameters.imageSku"
}
```
2020-07-01 12:02:34 -07:00
Richard Liaw
d35f0e40d0
[tune] Use public methods for trainable ( #9184 )
2020-07-01 11:00:00 -07:00
Lingxuan Zuo
1491508859
[Metrics] Stats supports metric exporters ( #8941 )
2020-07-01 10:54:55 -05:00
Edward Oakes
21cad5250a
Support accessing underlying attributes in RayTaskErrors ( #9210 )
2020-07-01 10:49:38 -05:00
Sven Mika
b4c0b942fe
[RLlib] Remove requirement for dataclasses in rllib (not supported in py3.5) ( #9237 )
2020-07-01 17:31:44 +02:00
ChenZhilei
c11855728a
Remove raylet monitor after use GCS service ( #9179 )
2020-07-01 20:01:52 +08:00
Siyuan (Ryans) Zhuang
a1dfcfc893
Add test for Ray outputs ( #9231 )
2020-06-30 23:54:54 -07:00
Richard Liaw
8a1a2be4ed
[tune] fix tune tests broken by #9171 ( #9226 )
2020-06-30 21:33:27 -07:00
Ian Rodney
4ce4be5c54
Show actual command in output ( #9224 )
2020-06-30 16:00:28 -07:00
Simon Mo
be647b69ab
[Serve] Performance: Use uvloop when possible ( #9216 )
2020-06-30 15:59:13 -07:00
Simon Mo
77933c922d
Add scripts symlink back ( #9219 )
...
This partially reverts commit 43043ee4d5
.
2020-06-30 13:25:59 -07:00
Edward Oakes
681bae709a
[serve] Add backend config options to docstrings ( #9193 )
2020-06-30 10:53:17 -05:00
Sven Mika
43043ee4d5
[RLlib] Tf2x preparation; part 2 (upgrading try_import_tf()
). ( #9136 )
...
* WIP.
* Fixes.
* LINT.
* WIP.
* WIP.
* Fixes.
* Fixes.
* Fixes.
* Fixes.
* WIP.
* Fixes.
* Test
* Fix.
* Fixes and LINT.
* Fixes and LINT.
* LINT.
2020-06-30 10:13:20 +02:00
Ian Rodney
fb074da7c3
[core] Return all GPUs for Local Mode ( #9108 )
2020-06-30 00:55:09 -07:00
Tanay Wakhare
efcee9f1de
[RLlib] MADDPG bug fix (issue https://github.com/ray-project/ray/issues/8483 ) ( #9110 )
...
* Bug fix for https://githhub.com/ray-project/ray/issues/8483
We need to pass in a framework explicitly with the new defaults. Further, the actual bug was that policies were being sorted alphabetically in the MADDPG init(), which led to incorrect initialization.
* Linting
2020-06-30 00:27:32 -07:00
Sven Mika
0d37103f84
[RLlib] Prototype: Model Trajectory View API, part 0 ( #9171 )
2020-06-30 05:33:19 +02:00
mehrdadn
882f60012f
Fix WSL patch (it doesn't fall under "win32") ( #9195 )
2020-06-29 21:00:00 -05:00
mehrdadn
79c4c67ed9
Split hiredis from Redis and use it directly ( #9176 )
...
* Split hiredis from Redis and use it directly
Co-authored-by: Mehrdad <noreply@github.com>
2020-06-29 18:16:32 -07:00
Michael Luo
eb8eb2c71a
[RLLib] DM Control Suite Wrapper and Examples ( #9031 )
...
* DM Control Suite Added
* Added License
* Changes
* Test fixes
2020-06-29 17:58:29 -07:00
krfricke
e0b6984dce
[tune] pytorch lightning template and walkthrough ( #9151 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-06-29 16:52:07 -07:00
SangBin Cho
1e79730eee
Add GCS actor management CI build ( #9194 )
2020-06-29 15:42:41 -05:00