1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-04-07 02:23:23 -04:00
Commit graph

11039 commits

Author SHA1 Message Date
mehrdadn
c5cde65bc6
Add bazel to the PATH in setup.py ()
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-21 13:35:29 -07:00
Arne Sachtler
4a36f72ce1
Use UTF-8 for encoding of python code for collision hashing ()
Co-authored-by: Arne Sachtler <arne.sachtler@dlr.de>
Co-authored-by: simon-mo <simon.mo@hey.com>
2020-07-21 13:16:54 -07:00
Sven Mika
75592e664f
Issue 9568: rllib train framework in config gets overridden with tf. () 2020-07-21 22:02:24 +02:00
Robert Nishihara
1fa305cf8b
[doc] [minor] Make API docs easier to find. () 2020-07-21 11:40:06 -07:00
mehrdadn
980ade01c8
Rename path variable due to zsh conflict () 2020-07-21 10:17:50 -07:00
Lingxuan Zuo
9c4cf0f961
fix tag key typo () 2020-07-21 19:50:54 +08:00
Clark Zinzow
9b1772253f
Ensure unique log file names across same-node raylets. () 2020-07-20 16:03:11 -05:00
kisuke95
4e2e3bd348
[New scheduler] Fix new scheduler bug ()
* fix new scheduler bug

* add testcase for soft resource allocation

* modify RemoveNode
2020-07-20 13:09:53 -07:00
mehrdadn
f3ef9060e4
Handle warnings in core () 2020-07-20 12:55:07 -07:00
Ian Rodney
b8fc259796
[serve] Rename to Controller () 2020-07-20 12:50:29 -07:00
mehrdadn
3d0a3c47a8
Fix Windows CI ()
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-20 12:47:27 -07:00
mehrdadn
02cbd4fb7e
Skip uneeded steps on CI ()
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-20 12:41:57 -07:00
William Falcon
150880e5e9
Add PTL to README.rst ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-07-20 11:30:01 -07:00
Ian Rodney
bad7e4c821
[docker] run Ubuntu 20.04 as base image () 2020-07-20 11:16:57 -07:00
mehrdadn
dcec26ac7b
Fix log losses ()
* Close log on shutdown

* Disable log buffering

Co-authored-by: Mehrdad <noreply@github.com>
2020-07-20 11:03:58 -07:00
Max Fitton
fca1fb18f3
Dashboard next-version API support in backend () 2020-07-20 12:54:11 -05:00
Max Fitton
051973ad23
Add dashboard dependencies to default ray installation () 2020-07-20 12:53:08 -05:00
Simon Mo
d0398bf7e1
[Serve] Serialize Query object directly () 2020-07-20 10:10:07 -07:00
mehrdadn
bc842a7888
Fix setup.py bug ()
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-20 15:04:35 +02:00
fangfengbin
8605b594f1
Fix Java named actor bug () 2020-07-20 19:51:00 +08:00
Siyuan (Ryans) Zhuang
4accc16995
[Core] Replace the Plasma eventloop with boost::asio () 2020-07-20 02:52:51 -07:00
Raphael Avalos
440c9c42be
[RLlib] Fix combination of lockstep and multiple agnts controlled by the same policy. ()
* Change aggregation when lockstep is activated.

Modification of MultiAgentBatch.timeslices to support the combination of lockstep and multiple agents controlled by the same policy.

fix 

* Line too long.
2020-07-19 23:03:12 -07:00
fangfengbin
0cee75c86a
GCS client add fetch operation before subscribe () 2020-07-20 10:16:42 +08:00
mehrdadn
2554a1a997
Bazel fixes () 2020-07-19 12:53:08 -07:00
Lingxuan Zuo
ce3f542739
[Metric] new cython interface for python worker metric () 2020-07-19 10:43:21 +08:00
Siyuan (Ryans) Zhuang
7edd1e6694
[Core] Remove socket pair exchange in Plasma Store ()
* try use boost::asio for notification processing
2020-07-18 15:47:52 -07:00
krfricke
ad0219b80d
[tune] fix pbt checkpoint_freq ()
* Only delete old checkpoint if it is not the same as the new one

* Return early if old checkpoint value coincides with new checkpoint value

Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-18 00:58:16 -07:00
fangfengbin
b12b8e1324
[GCS]Fix lease worker leak bug when gcs server restarts ()
* add part code

* fix compile bug

* fix review comments

* fix review comments

* fix review comments

* fix review comments

* fix review comment

* fix ut bug

* fix lint error

* fix review comment

* fix review comments

* add testcase

* add testcase

* fix bug

* fix review comments

* fix review comment

* fix review comment

* refine comments

Co-authored-by: 灵洵 <fengbin.ffb@antfin.com>
Co-authored-by: Hao Chen <chenh1024@gmail.com>
2020-07-18 15:49:41 +08:00
jerrylee.io
4c18463fb7
[cli] ray memory: added redis_password () 2020-07-18 00:08:41 -07:00
Richard Liaw
7e3ded7439
[tune] pin tune-sklearn () 2020-07-17 21:25:12 -07:00
Richard Liaw
ed476be4ad
quickfix () 2020-07-17 20:54:03 -07:00
Tom
cf719dd470
[Tune] Copy default_columns in new ProgressReporter instances () 2020-07-17 15:44:38 -07:00
Siyuan (Ryans) Zhuang
cba9545266
Add plasma store benchmark for small objects () 2020-07-17 14:20:59 -07:00
krfricke
87630cf024
[tune] Unflattened lookup for ProgressReporter ()
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-07-17 13:52:54 -07:00
fangfengbin
5881417ec4
Fix bug that test_multi_node.py::test_multi_driver_logging hangs when GCS actor management is turned on ()
Co-authored-by: 灵洵 <fengbin.ffb@antfin.com>
2020-07-17 11:53:29 -07:00
mehrdadn
ffb88cda6f
Fix Bazel in Docker ()
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-17 11:39:38 -07:00
Sven Mika
887cf5eca7
MADDPG learning confirmation test. () 2020-07-17 20:18:02 +02:00
Simon Mo
e78945db96
[Serve] Add internal instruction for running benchmarks () 2020-07-17 11:17:37 -07:00
Alex Wu
a78c5d5ef2
[New scheduler] Queueing refactor ()
* .

* test_args passes

* .

* test_basic.py::test_many_fractional_resources causes ray to hang

* test_basic.py::test_many_fractional_resources causes ray to hang

* .

* .

* useful

* test_many_fractional_resources fails instead of hanging now :)

* Passes test_fractional_resources

* .

* .

* Some cleanup

* git is hard

* cleanup

* .

* .

* .

* .

* .

* .

* .

* cleanup

* address reviews

* address reviews

* more refactor

* :)

* travis pls

* .

* travis pls

* .
2020-07-17 11:08:03 -07:00
Gabriele Oliaro
026c009086
Pipelining task submission to workers ()
* first step of pipelining

* pipelining tests & default configs
- added pipelining unit tests in direct_task_transport_test.cc
- added an entry in ray_config_def.h, ray_config.pxi, and ray_config.pxd to configure the parameter controlling the maximum number of tasks that can be in fligh to each worker
- consolidated worker_to_lease_client_ and worker_to_lease_client_ hash maps in direct_task_transport.h into a single one called worker_to_lease_entry_

* post-review revisions

* linting, following naming/style convention

* linting
2020-07-17 10:45:13 -07:00
Stephanie Wang
b351d13940
[core] Add flag to enable object reconstruction during ray start ()
* Add flag

* doc

* Fix tests
2020-07-17 10:13:14 -07:00
Alisa
f080aa6ce3
Add placement group manager and some code in core_worker ()
Co-authored-by: Lingxuan Zuo <skyzlxuan@gmail.com>
2020-07-17 20:49:51 +08:00
Sven Mika
78dfed2683
[RLlib] Issue 8384: QMIX doesn't learn anything. () 2020-07-17 12:14:34 +02:00
mehrdadn
37942ea1e7
Windows cleanup ()
* Remove unneeded code for Windows

* Get rid of usleep()

* Make platform_shims includes non-transitive

Co-authored-by: Mehrdad <noreply@github.com>
2020-07-17 02:08:15 -07:00
Simon Mo
22a5c3d3ee
Hotfix Lint for Serve () 2020-07-17 00:40:33 -07:00
Lingxuan Zuo
3a74164289
[Stats] Fix metric exporter test () 2020-07-17 14:38:24 +08:00
Sven Mika
8204717eed
[RLlib] Issue 9218: PyTorch Policy places Model on GPU even with num_gpus=0 () 2020-07-17 05:53:25 +02:00
fangfengbin
008d973f62
fix java createActor NPE bug () 2020-07-17 11:01:51 +08:00
SangBin Cho
94e94ae0c3
[Core] Fix Java detached error () 2020-07-16 16:39:42 -07:00
mehrdadn
aa33aba1fa
Fix pip and Bazel interaction messing up CI ()
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-16 16:28:37 -07:00