Commit graph

7971 commits

Author SHA1 Message Date
Ian Rodney
ca43e61949
[docker] Make Docker Build More Human Friendly (#15543) 2021-05-05 11:22:17 -07:00
Alex Wu
18d85d2de9
Grpc based resource broadcast (#15466) 2021-05-05 11:20:08 -07:00
architkulkarni
cb2aa978f4
[hotfix] Fix worker setup hook default when starting Ray from CLI (#15641) 2021-05-05 11:37:51 -05:00
Ian Rodney
f543f9c918
[metrics] Allow counter to increment by more than 1 (#15599) 2021-05-05 09:12:13 -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
Sumanth Ratna
b45840737e
Add validation to ray.ray_constants.env_integer (#15541) 2021-05-05 00:32:45 -07:00
Yi Cheng
d8fcac892b
[core] Fix the bug where ray.init failed when starting with a job_config to create a cluster (#15638)
* up

* fix
2021-05-04 23:54:48 -07:00
Dmitri Gekhtman
8f83053e35
[autoscaler][Kubernetes] Operator subprocess error reporting, configuration fixes (#15526) 2021-05-04 16:45:37 -05:00
dependabot[bot]
2c865a01f6
[tune](deps): Bump lightgbm from 3.1.1 to 3.2.1 in /python/requirements (#15629)
Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 3.1.1 to 3.2.1.
- [Release notes](https://github.com/microsoft/LightGBM/releases)
- [Commits](https://github.com/microsoft/LightGBM/compare/v3.1.1...v3.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 14:29:05 -07:00
Simon Mo
e2546c9d3c
[CI] Stop Wheel Builds from Spamming Logs (#15640) 2021-05-04 14:19:50 -07:00
Kai Fricke
1d52ab819f
[release] release 1.3.0 results and test updates (#15366)
Convert a number of release tests and add logs for release 1.3.0
2021-05-04 22:10:04 +01:00
Ian Rodney
86cd358f1e
[docs] Add get_actor as top level API (#15484) 2021-05-04 12:25:53 -07:00
Jenna Kwon
15da948214
Support object spilling mode and data load failure mode in dask_on_ra… (#15601)
* Support object spilling mode and data load failure mode in dask_on_ray_large_scale_test.py

* Remove freq and time decimation

Co-authored-by: Jenna Kwon <jkkwon@amazon.com>
2021-05-04 10:57:49 -07:00
Sven Mika
c7563a32ed
[RLlib] DD-PPO not supported on Win (add meaningful error message). (#15631) 2021-05-04 19:26:17 +02:00
Michael Luo
4cbe13cdfd
[RLlib] CQL loss fn fixes, MuJoCo + Pendulum benchmarks, offline-RL example script w/ json file. (#15603)
Co-authored-by: Sven Mika <sven@anyscale.io>
Co-authored-by: sven1977 <svenmika1977@gmail.com>
2021-05-04 19:06:19 +02:00
dependabot[bot]
66ebcf269c
[tune](deps): Bump wandb from 0.10.23 to 0.10.29 in /python/requirements (#15630)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 14:59:18 +01:00
Sven Mika
4b3add0066
[RLlib] Discussion 2021: PPO does not learn vf, iff use_gae=False (ignores use_critic setting). (#15610) 2021-05-04 14:17:00 +02:00
mvindiola1
170366fbf1
[RLlib] contrib/MADDPG: Make get_weights and set_weights use dictionaries rather than lists. (#14903)
Co-authored-by: Manny Vindiola <manuel.m.vindiola.civ@mail.mil>
2021-05-04 13:26:39 +02:00
Sertingolix
5a45009ebc
[RLlib] Handle array custom metrics correctly in evaluate (#15190)
Co-authored-by: Lucas Brunner <lucas.brunner@urb-x.ch>
2021-05-04 13:25:28 +02:00
Antoine Galataud
ce1c001b1d
[RLlib] DQN: Place LearningRateSchedule mixin at the right moment (#15558) 2021-05-04 13:21:40 +02:00
Yeachan-Heo
0552f6e886
[RLlib] Update alpha_zero_policy.py (#15042) 2021-05-04 13:20:24 +02:00
dependabot[bot]
40fdedd3de
[tune](deps): Bump scikit-learn in /python/requirements (#15624)
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.22.2 to 0.24.2.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.22.2...0.24.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 01:28:01 -07:00
Ian Rodney
34d3d9294c
[Docker] Fix Build Images & Include in pre-merge testing (#15622) 2021-05-03 16:18:25 -07:00
dependabot[bot]
61f136a70a
[tune](deps): Bump mlflow from 1.14.0 to 1.16.0 in /python/requirements (#15596)
Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.14.0 to 1.16.0.
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/mlflow/mlflow/compare/v1.14.0...v1.16.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-05-03 16:16:05 -07:00
Amog Kamsetty
ebc44c3d76
[CI] Upgrade flake8 to 3.9.1 (#15527)
* formatting

* format util

* format release

* format rllib/agents

* format rllib/env

* format rllib/execution

* format rllib/evaluation

* format rllib/examples

* format rllib/policy

* format rllib utils and tests

* format streaming

* more formatting

* update requirements files

* fix rllib type checking

* updates

* update

* fix circular import

* Update python/ray/tests/test_runtime_env.py

* noqa
2021-05-03 14:23:28 -07:00
Ian Rodney
26682c347a
[docker] Authenticate earlier to avoid docker Rate-limits (#15618) 2021-05-03 12:28:34 -07:00
Edward Oakes
c9550a86dc
[serve] Update docs for v2 Deployments API (#15582) 2021-05-03 13:19:34 -05:00
Yi Cheng
6570474c34
[runtime_env] Deprecate working_dir_uri and use uris instead (#15598) 2021-05-03 11:12:46 -05:00
Kathryn Zhou
38b64e4fb4
Add tracing to Ray (#14872) 2021-04-30 22:16:47 -07:00
Edward Oakes
12f61915ee
[serve] Un-revert OpenAPI doc generation test (#15597) 2021-04-30 14:08:57 -05:00
Sven Mika
e973b726c2
[RLlib] Support native tf.keras.Models (part 2) - Default keras models for Vision/RNN/Attention. (#15273) 2021-04-30 19:26:30 +02:00
dependabot[bot]
bdbf39f9d5
[tune](deps): Bump configspace from 0.4.10 to 0.4.18 in /python/requirements (#14397)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2021-04-30 17:01:20 +01:00
Sven Mika
fc3a65f9d4
[RLlib] Split test_checkpoint_restore tests into 3 and make each "large" (from "enormous"). (#15499) 2021-04-30 12:33:12 +02:00
Simon Mo
b84b3ad0bd
Revert "[serve] Add test for FastAPI auto-generated OpenAPI documentation (#15576)" (#15585) 2021-04-29 16:50:24 -07:00
Edward Oakes
67867e8937
Fix await ObjectRef warning (#15574) 2021-04-29 16:34:12 -05:00
Amog Kamsetty
20cb490986
[Tune] Fully Deprecate Trainable methods (#15563)
* fully deprecate

* add back warnings

* updates

* remove backwards compat test
2021-04-29 14:18:49 -07:00
Edward Oakes
05dba94f19
[serve] Add test for FastAPI auto-generated OpenAPI documentation (#15576) 2021-04-29 14:11:17 -07:00
Edward Oakes
0dca2f95a1
[serve] Uncomment redirect test with a subpath (#15575) 2021-04-29 14:10:40 -07:00
Ian Rodney
7bf9ea05e2
[Docker][GPU] Keep CUDA Tooling (#15572) 2021-04-29 13:45:55 -07:00
architkulkarni
e5c5dde847
[Core] Prevent dedicated workers from being returned to general idle pool (#15545) 2021-04-29 15:45:25 -05:00
Eric Liang
5e58fcb620
Relax check on test_multi_tenancy.py::test_not_killing_workers_that_own_objects (#15571) 2021-04-29 13:15:33 -07:00
Devin Petersohn
4d3956bf81
Add MLDataSet.from_modin() (#14675)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-04-29 11:40:51 -07:00
Chris K. W
a1f1179913
Fix ActorID __ne__ to check for mismatched types (#15529) 2021-04-29 10:49:22 -05:00
Dmitri Gekhtman
de897673c5
[kubernetes][autoscaler] Kubernetes operator basic fixes (#15469) 2021-04-29 10:45:52 -05:00
Yi Cheng
b5c9780a3d
[runtime_env] Align the interface to use multiple uris for runtime env (#15562) 2021-04-29 10:45:25 -05:00
Richard Liaw
b6f593b53e
[client] make client disconnect idempotent (#15565) 2021-04-29 01:14:34 -07:00
Travis Addair
0f921cdead
Changed base GPU image to devel to compile Horovod CUDA kernels (#15559) 2021-04-28 17:20:58 -07:00
architkulkarni
f281a4e07f
[Test] Deflake test_runtime_env_complicated by changing pip install to python -m pip install (#15560) 2021-04-28 14:07:30 -07:00
Yi Cheng
6171a58686
[client] Use ensure_runtime_env_setup in ray client. (#15532) 2021-04-28 15:02:08 -05:00
Ian Rodney
f93f096fc9
[API] Remove Top Level, Non-Ray Modules (#15476) 2021-04-27 14:59:25 -07:00