Commit Graph

3147 Commits

Author SHA1 Message Date
Hao Chen 03d05c8765 Fix test_logging_to_driver and test_not_logging_to_driver (#5462) 2019-08-17 18:06:08 +08:00
Hao Chen 657ce4b3c7 increase timeout for test_actor_lifetime_load_balancing (#5463) 2019-08-17 17:25:53 +08:00
micafan 47aa2b110d Make GCS Client thread-safe. (#5413) 2019-08-17 17:21:09 +08:00
Robert Nishihara bb31620168 Add test for mutually recursive remote functions. (#5349) 2019-08-17 00:46:44 -07:00
Mitchell Stern 8ed353ad8e Fix json.loads compatibility issue for Python 3.5 (#5466) 2019-08-17 00:33:55 -07:00
Kai Yang b1aae0e398 [Java worker] Migrate task execution and submission on top of core worker (#5370) 2019-08-16 13:52:13 +08:00
Stephanie Wang 3a853121b9 Update the pull request template (#5460)
* Add a why header to the pull request template

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>

* Update .github/PULL_REQUEST_TEMPLATE.md

* Update .github/PULL_REQUEST_TEMPLATE.md

Co-Authored-By: Robert Nishihara <robertnishihara@gmail.com>
2019-08-15 17:01:12 -07:00
Richard Liaw d7b309223b [tune] MLFlow Logger (#5438) 2019-08-14 15:58:18 -07:00
Richard Liaw 16acd18ce6 [tune] Quick Fix BOHB example (#5449) 2019-08-14 01:04:28 -07:00
Richard Liaw 3a1e8d06f9 [tune] Fix Travis Blocking (#5448) 2019-08-13 20:56:37 -07:00
Neil Lugovoy 1376f1ae60 [tune] Reporter crash fix (#5426)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2019-08-13 14:10:22 -07:00
Lisa Dunlap b7d0733362 [tune] Implement BOHB (#5382) 2019-08-13 12:32:07 -07:00
Eric Liang 79949fb8a0 [rllib] RLlib in 60 seconds documentation (#5430) 2019-08-12 17:39:02 -07:00
Tom 3218ee389a [tune] Fix get_best_logdir behaviour (#5429)
* Fix get_best_logdir behaviour

* addtest
2019-08-12 14:28:09 -07:00
Adam Ochayon 158567b952 Rename function to make actor example correct (#5432) 2019-08-12 01:16:16 -07:00
Robert Nishihara 61b23a9a70 Don't stop Jupyter notebook in ray stop. (#5387) 2019-08-11 15:18:01 -07:00
Richard Liaw cff72d1a54 [minor][tune] update pbt docs (#5420) 2019-08-11 12:39:54 -07:00
Zhijun Fu b1e010feec Fix TestDirectActorTaskCrossNodesFailure test (#5406) 2019-08-11 11:15:52 +08:00
Eric Liang cc86271cf8 [hotfix] fix Travis action dist test (#5428) 2019-08-10 17:59:54 -07:00
Peng Zhenghao 983f3c83d8 [tune] Allow relative local_dir at tune.run() (#4734) 2019-08-10 16:49:34 -07:00
Eric Liang a1d2e17623 [rllib] Autoregressive action distributions (#5304) 2019-08-10 14:05:12 -07:00
Eric Liang 8b6f0d3224 [rllib] Fix output API when lz4 not installed (#5421) 2019-08-10 13:53:27 -07:00
jichan3751 de95117e96 [sgd] Tune interface for Pytorch MultiNode SGD (#5350) 2019-08-10 13:51:44 -07:00
Eric Liang df47bdf6c9 Allow address instead of redis_address (#5412)
* addr

* wip

* fix typo

* add to start

* switch to ray address for train

* say address

* disambiguate help

* comments 2
2019-08-10 00:18:41 -07:00
Juan Redondo Pizarro 7e8a4a62ea [tune] Add hyperopt warm start feature (#5372) 2019-08-09 12:27:57 -07:00
Simon Mo 18f1e904de Bump 0.8.0.dev2 -> 0.8.0.dev3 (#5409) 2019-08-09 11:37:19 -07:00
Eric Liang 1a8fa5d2fa Clean up top level Ray dir (#5404) 2019-08-08 23:35:55 -07:00
Simon Mo d9b45cceec [Project] Implementing Project CLI (#5397) 2019-08-08 21:28:25 -07:00
Eric Liang 592f313210 [rllib] Centralized critic / PPO example on TwoStepGame (#5392) 2019-08-08 14:03:28 -07:00
Richard Liaw ed89897a31 [tune,autoscaler] Test yaml, add better distributed docs (#5403) 2019-08-08 00:59:23 -07:00
Simon Mo 1f8ae17f60 Silence some installation process for build from source (#5396) 2019-08-07 16:54:48 -07:00
Eric Liang 4a6ebe69d4 Fix setup (#5400) 2019-08-07 16:17:29 -07:00
Philipp Moritz 8d6c50c821 Fix compiler warnings and make warnings fatal (#5375) 2019-08-07 14:04:05 -07:00
Eric Liang 7d747da420 [rllib] [docs] Add some architecture diagrams (#5390) 2019-08-06 20:14:57 -07:00
Qing Wang d372f24e3c [ID Refactor] Refactor ActorID, TaskID and ObjectID (#5286)
* Refactor ActorID, TaskID on the Java side.

Left a TODO comment

WIP for ObjectID

ADD test

Fix

Add java part

Fix Java test

Fix

Refine test.

Enable test in CI

* Extra a helper function.

* Resolve TODOs

* Fix Python CI

* Fix Java lint

* Update .travis.yml

Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu>

* Address some comments.

Address some comments.

Add id_specification.rst

Reanme id_specification.rst to id_specification.md

typo

Address zhijun's comments.

Fix test

Address comments.

Fix lint

Address comments

* Fix test

* Address comments.

* Fix build error

* Update src/ray/design_docs/id_specification.md

Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu>

* Update src/ray/design_docs/id_specification.md

Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu>

* Update src/ray/design_docs/id_specification.md

Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu>

* Update src/ray/design_docs/id_specification.md

Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu>

* Update src/ray/design_docs/id_specification.md

Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu>

* Address comments

* Update src/ray/common/id.h

Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu>

* Update src/ray/common/id.h

Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu>

* Update src/ray/common/id.h

Co-Authored-By: Stephanie Wang <swang@cs.berkeley.edu>

* Update src/ray/design_docs/id_specification.md

Co-Authored-By: Hao Chen <chenh1024@gmail.com>

* Update src/ray/design_docs/id_specification.md

Co-Authored-By: Hao Chen <chenh1024@gmail.com>

* Address comments.

* Address comments.

* Address comments.

* Update C++ part to make sure task id is generated determantic

* WIP

* Fix core worker

* Fix Java part

* Fix comments.

* Add Python side

* Fix python

* Address comments

* Fix linting

* Fix

* Fix C++ linting

* Add JobId() method to TaskID

* Fix linting

* Update src/ray/common/id.h

Co-Authored-By: Hao Chen <chenh1024@gmail.com>

* Update java/api/src/main/java/org/ray/api/id/TaskId.java

Co-Authored-By: Hao Chen <chenh1024@gmail.com>

* Update java/api/src/main/java/org/ray/api/id/TaskId.java

Co-Authored-By: Hao Chen <chenh1024@gmail.com>

* Update java/api/src/main/java/org/ray/api/id/ActorId.java

Co-Authored-By: Hao Chen <chenh1024@gmail.com>

* Address comments

* Add DriverTaskId embeding job id

* Fix tests

* Add python dor_fake_driver_id

* Address comments and fix linting

* Fix CI
2019-08-07 11:04:51 +08:00
Simon Mo 50b93bf179 Check upstream with git remote (#5377) 2019-08-06 17:30:33 -07:00
Rehan Sohail Durrani d2e8331d9a [docs] remove table from walkthrough (#5389) 2019-08-06 17:29:48 -07:00
Wonseok Jeon 281829e712 MADDPG implementation in RLlib (#5348) 2019-08-06 16:22:06 -07:00
Richard Liaw 094ec7adbc [tune] Allow nested values in trial runner (#5346) 2019-08-06 14:36:17 -07:00
Philipp Moritz e8d9cfc1f1 Ray projects schema and validation (#5329) 2019-08-06 14:36:04 -07:00
Hao Chen 3ad2fe76e0 Cap concurrent requests (#5341) 2019-08-06 13:56:19 -07:00
Matthew A. Wright e3c9f7e83a Custom action distributions (#5164)
* custom action dist wip

* Test case for custom action dist

* ActionDistribution.get_parameter_shape_for_action_space pattern

* Edit exception message to also suggest using a custom action distribution

* Clean up ModelCatalog.get_action_dist

* Pass model config to ActionDistribution constructors

* Update custom action distribution test case

* Name fix

* Autoformatter

* parameter shape static methods for torch distributions

* Fix docstring

* Generalize fake array for graph initialization

* Fix action dist constructors

* Correct parameter shape static methods for multicategorical and gaussian

* Make suggested changes to custom action dist's

* Correct instances of not passing model config to action dist

* Autoformatter

* fix tuple distribution constructor

* bugfix
2019-08-06 11:13:16 -07:00
Richard Liaw 94bff244e4 [docs] Hotfix for removing unneeded files (#5383) 2019-08-06 08:46:59 -07:00
Joey Jiang 02c5d2be20 Add common preprocessing for each request in node manager. (#5296) 2019-08-06 20:48:58 +08:00
Eric Liang 0a3ff489fa Send raylet error logs through the log monitor (#5351) 2019-08-05 23:35:09 -07:00
Richard Liaw a08ea09760 [docs] rewrite (#5175) 2019-08-05 23:33:14 -07:00
Eric Liang 5d7afe8092 [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
Kai Yang 384cbfb211 Fix duplicated timeout logic in AbstractRayRuntime.get() (#5338) 2019-08-06 13:36:49 +08:00
Richard Liaw 32f275344b [tune] Pandas as soft dep 2019-08-05 18:59:08 -07:00
Qing Wang cc5c78b1da Fix the issue of not initializing GLOG 2019-08-05 13:26:09 -07:00