Commit Graph
3238 Commits
Author SHA1 Message Date
Simon MoandGitHub 147e7d46ec [Flaky tests] FIx test fork (#5671)
* Start testing test_fork

Maybe queue actor takes too long to initialize, that's why we are
seeing "Many python processes started" since most of the python
tasks are blocked on ray.get

* Add a comment
2019-09-09 19:21:20 -07:00
Richard LiawandPhilipp Moritz 0010f54378 Update Cloudpickle (#5643) 2019-09-09 17:17:29 -07:00
Kai YangandHao Chen ed761900f6 [Java] Support direct actor call in Java worker (#5504) 2019-09-09 14:29:20 +08:00
Eric LiangandGitHub 74abeab057 [rllib] Improve accessing model state docs (#5656)
* [rllib] better model docs

* fix

* s
2019-09-08 23:01:26 -07:00
Robert NishiharaandGitHub 87adb5a3c8 Remove timeout in test_actor_lifetime_load_balancing. (#5659) 2019-09-08 16:10:59 -07:00
Eric LiangandStephanie Wang ebb431a95a Add internal_api.pin_object_data() for pinning arbitrary object ids (#5637)
* add intenral pin method

* add pin

* update
2019-09-08 15:05:00 -07:00
Kai YangandHao Chen d8f5804690 Support metadata for passing by value task arguments (#5527) 2019-09-08 11:07:48 +08:00
Stephanie WangandPhilipp Moritz cb7102f31e [projects] Wrap ProjectDefinition in a class (#5654) 2019-09-07 18:30:17 -07:00
Philipp MoritzandRobert Nishihara d0125d4212 Fix log monitor process error when attempting to read raylet PID. (#5655) 2019-09-07 15:51:09 -07:00
Eric LiangandGitHub cf90394a09 [rllib] Fix TF2 import of EagerVariableStore (#5625) 2019-09-07 12:10:03 -07:00
Eric LiangandGitHub 1455a19c85 Consolidate and clean up documentation (#5645) 2019-09-07 11:50:18 -07:00
Kai YangandHao Chen 732336fc4f [Java] Support multiple workers in Java worker process (#5505) 2019-09-07 22:52:05 +08:00
Richard LiawandGitHub d89ceb3ee5 [tune] Fix numerical error (#5653) 2019-09-07 07:34:51 -07:00
Kai YangandHao Chen 8a352a8e70 ray stop kills processes more carefully (#5508) 2019-09-06 17:49:12 +08:00
Philipp MoritzandSimon Mo 744f6e45d4 Update release documentation after 0.7.4 release (#5646)
* Update release documentation after 0.7.4 release

* update

* update
2019-09-06 00:03:57 -07:00
Devin PetersohnandSimon Mo c33d6662ce Remove Modin from Ray wheels. (#5647)
There are several reasons for this:

* We no longer support python2
* There should be only 1 way of installing Modin
  * Issue management on these wheels
* I have never heard of anyone using this feature
* It is rarely kept up to date
* Modin depends on specific versions of Ray because of past API changes
2019-09-05 23:46:27 -07:00
Mitchell SternandPhilipp Moritz ddadc18ef6 Fix bug in ray.errors and update its default behavior (#5576) 2019-09-05 13:18:57 -07:00
Stephanie WangandPhilipp Moritz edcc56ea01 Project fixes and cleanups (#5632) 2019-09-05 11:55:42 -07:00
Eric LiangandPhilipp Moritz 19bbf1eb4d [rllib] Revert [rllib] Port DDPG to the build_tf_policy pattern (#5626) 2019-09-04 21:39:22 -07:00
Edward OakesandPhilipp Moritz f38bb288e2 Clean up Wait() in the core worker (#5628) 2019-09-04 21:31:34 -07:00
Zhijun FuandHao Chen bb5609afb3 ignore object exists error for memory store provider (#5607) 2019-09-05 11:45:35 +08:00
Richard LiawandEric Liang 34f6d2fc5c [tune] Update trainable docs and support hparams (#5558) 2019-09-04 12:44:42 -07:00
lanlinandPhilipp Moritz 3ea9062419 Lazily create summary writer for TF2 logger. (#5631) 2019-09-04 09:22:56 -07:00
micafanandQing Wang 8236936189 Fix code style in unit test of GCS. (#5634) 2019-09-04 19:36:44 +07:00
Richard LiawandPhilipp Moritz ad96d3c4fb [tune] Fix TB Memory Leak (#5629) 2019-09-03 23:44:12 -07:00
Edward OakesandRobert Nishihara 6ab5714465 Temporarily remove pytest-sugar dependency (#5627) 2019-09-03 23:05:17 -07:00
Richard LiawandGitHub 130b8f21da [tune] Global checkpointing for tune at end (#5499) 2019-09-03 15:36:25 -07:00
jichan3751andRichard Liaw 1711e202a3 [training] Tensorflow interface for MultiNode SGD (#5440) 2019-09-03 15:35:42 -07:00
Edward OakesandPhilipp Moritz 0c68b4cc30 Clean up Wait() and Get() in the core worker (#5556) 2019-09-03 14:45:15 -07:00
Edward OakesandPhilipp Moritz 4ed6ee0b1e Better error message for actor class inheritance (#5598) 2019-09-03 10:42:27 -07:00
lanlinandRichard Liaw c3b0c62290 Remove the unused argument cusomt_loggers in Experiment. (#5619) 2019-09-03 10:34:46 -07:00
micafanandHao Chen 378757eb88 fix CallbackReply resize (#5589) 2019-09-03 13:48:18 +08:00
Edward OakesandRichard Liaw dfd2a45f69 Simplify symlinking and don't print warnings (#5615) 2019-09-02 13:31:10 -07:00
Richard LiawandGitHub d37c09aac0 [docs] Add a feedback form (#5610)
* Create a feedback form

* feedback

* fix

* fix

* fix

* wording
2019-09-02 01:28:28 -07:00
Si-YuanandGitHub 4cccfcc967 Fix the rllib-stack image display problem (#5612) 2019-09-01 18:29:58 -07:00
Eric LiangandGitHub a101812b9f Replace --redis-address with --address in test, docs, tune, rllib (#5602)
* wip

* add tests and tune

* add ci

* test fix

* lint

* fix tests

* wip

* sugar dep
2019-09-01 16:53:02 -07:00
Richard LiawandGitHub c49b98cfc4 [tune] Add encoder for PBT (#5599)
* Add encoder

* Apply suggestions from code review
2019-09-01 15:27:42 -07:00
Si-YuanandPhilipp Moritz 0292f99e6c Fix DeprecationWarning (#5608) 2019-09-01 15:21:32 -07:00
Edward OakesandRobert Nishihara 0cc0abf857 Create session_latest symlink for Ray sessions (#5580) 2019-08-31 22:14:54 -07:00
Eric LiangandGitHub daf38c8723 [tune] Deprecate tune.function (#5601)
* remove tune function

* remove examples

* Update tune-usage.rst
2019-08-31 16:00:10 -07:00
Philipp MoritzandGitHub 747daff2cb Fix impala stress test (#5596) 2019-08-31 01:20:53 -07:00
9f31cdfded [docs] Add Pull Request Template Check (#5600)
* prtemplate

* fix

* Update PULL_REQUEST_TEMPLATE.md

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
2019-08-30 22:30:21 -07:00
Eric LiangandRichard Liaw 550c96b965 [rllib] Add docs on policy.model (#5597) 2019-08-30 21:10:42 -07:00
Eric LiangandGitHub 3e70daba74 Warn on resource deadlock; improve object store error messages (#5555)
* wip

* wip

* wip

* wip

* wip

* add impl

* second

* warn once
2019-08-30 16:45:54 -07:00
Eric LiangandGitHub bea43c85b1 Ref count objects created with ray.put (#5590)
* wip

* add weakref option

* tune util

* test ref

* doc

* fix tests
2019-08-30 16:43:23 -07:00
Robert NishiharaandPhilipp Moritz 93e103135b Update doc versions from 0.8.0.dev3 to 0.8.0.dev4. (#5585) 2019-08-29 22:42:57 -07:00
Philipp MoritzandRobert Nishihara 85a92bcb8b Bump version string to 0.8.0.dev4 (#5523) 2019-08-29 21:25:28 -07:00
Eric LiangandGitHub 38231907f3 [rllib] Forgot to register param noise layer variables 2019-08-29 18:12:31 -07:00
Eric LiangandGitHub fe5bd09b46 Fix rllib image in readme and doc typo (#5579)
* fix

* rlllig
2019-08-29 16:02:16 -07:00
Richard LiawandGitHub fb40787603 [docs] Distributed Training Quickfix (#5571) 2019-08-29 15:38:43 -07:00