1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-17 08:36:38 -04:00
Commit graph

6176 commits

Author SHA1 Message Date
Eric Liang
7d28bbbdbb
[rllib] Document on traj postprocess ()
* document on traj postprocess

* shorten it
2019-08-24 20:37:45 -07:00
Andrey K
d41963c546 Fixed: missing brackets when appending proc info on OutOfMemory ()
* Fixed: missing brackets when appending proc info on OutOfMemory

proc_stats.append was missing the set of brackets when adding a tuple to the list, which resulted in runtime error instead of correct Out of Memory message display.

* Update memory_monitor.py
2019-08-24 18:33:20 -07:00
Eric Liang
28623d2eac
Add docs for memory quota settings () 2019-08-24 18:15:16 -07:00
Hao Chen
fab5ae64c4 [Java] Automatically clean up temp files. ()
* Remove unused code

* Auto clean up temp files

* refine

* fix

* print warning

* fix
2019-08-24 17:20:27 +08:00
Kai Yang
53fd66f6d6 [Java] Destroy native core worker before killing ray processes () 2019-08-24 11:10:02 +08:00
Richard Liaw
d2a6f7958a [tune] Fix for keras threading () 2019-08-23 18:29:40 -07:00
Philipp Moritz
dbf7089c79
Bump version to 0.7.4 () 2019-08-23 17:08:16 -07:00
Hao Chen
239c177fe8
[Java] Support calling functions returning void () 2019-08-23 21:10:15 +08:00
Kai Yang
7812dd5636 [Java] Fix getCurrentActorId in multi-threading scenario. () 2019-08-23 17:56:10 +08:00
gehring
b520f6141e [rllib] Adds eager support with a generic TFEagerPolicy class () 2019-08-23 14:21:11 +08:00
Edward Oakes
f359333933 Batch fetch requests in core worker get () 2019-08-22 11:16:46 -07:00
Richard Liaw
cdc9227f1b
[tune] ASHA xgboost and lightgbm examples () 2019-08-22 10:37:59 -07:00
Eric Liang
e2e30ca507 Ray, Tune, and RLlib support for memory, object_store_memory options () 2019-08-21 23:01:10 -07:00
Philipp Moritz
c852213b83
[projects] Project examples and documentation () 2019-08-20 20:49:15 -07:00
Zhijun Fu
eab595777f Support multiple store providers in ObjectInterface () 2019-08-21 11:16:48 +08:00
micafan
52a7c1d673 modify ActorStateAccessor::AsyncGet callback () 2019-08-21 10:54:33 +08:00
Philipp Moritz
e065f55998
Fix impala stress test () 2019-08-20 19:49:46 -07:00
Hao Chen
f2b3c273db Fix direct actor transport not treating some tasks as failed () 2019-08-20 12:44:38 -07:00
micafan
da7bdacea5 support for subscription to an actor () 2019-08-20 20:32:53 +08:00
Robert Nishihara
851c5b2dae Add a script for benchmarking performance for Ray developers. () 2019-08-19 23:41:23 -07:00
Edward Oakes
99a2f9fab3 Scale bazel HTTP timeout by 5x () 2019-08-19 16:26:58 -07:00
Philipp Moritz
cf98b1bb13
[autoscaler] Fix ssh control path length issue () 2019-08-19 16:18:08 -07:00
Olli Huotari
0916603e61 Fixed few broken links in docs ()
* hyperband link changed

* tuned_examples link fix

* doc lstm link fix

* kubernetes example link fix
2019-08-19 14:22:25 -07:00
Simon Mo
341c6926e7 [Project] Add Basic Session CLI Commands () 2019-08-19 10:14:45 -07:00
jon-chuang
658e002cdf [rllib] Add autoregressive KL () 2019-08-19 14:34:50 +08:00
Greg Schwartz
9d7e8c1173 [docs] Added Instructions for Slurm ()
* Added Instructions for Slurm

Made in response to 
2019-08-18 21:46:26 -07:00
Edward Oakes
0440c00019 Use subprocess.check_output in tests () 2019-08-17 22:25:17 -07:00
Edward Oakes
c7ae4e5e1f Check for dead processes in blocked ray start () 2019-08-17 20:44:08 -07:00
Philipp Moritz
599cc2be60
Revert raylet to worker GRPC communication back to asio () 2019-08-17 19:11:32 -07:00
Hao Chen
03d05c8765
Fix test_logging_to_driver and test_not_logging_to_driver () 2019-08-17 18:06:08 +08:00
Hao Chen
657ce4b3c7
increase timeout for test_actor_lifetime_load_balancing () 2019-08-17 17:25:53 +08:00
micafan
47aa2b110d Make GCS Client thread-safe. () 2019-08-17 17:21:09 +08:00
Robert Nishihara
bb31620168
Add test for mutually recursive remote functions. () 2019-08-17 00:46:44 -07:00
Mitchell Stern
8ed353ad8e Fix json.loads compatibility issue for Python 3.5 () 2019-08-17 00:33:55 -07:00
Kai Yang
b1aae0e398 [Java worker] Migrate task execution and submission on top of core worker () 2019-08-16 13:52:13 +08:00
Stephanie Wang
3a853121b9
Update the pull request template ()
* 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 () 2019-08-14 15:58:18 -07:00
Richard Liaw
16acd18ce6
[tune] Quick Fix BOHB example () 2019-08-14 01:04:28 -07:00
Richard Liaw
3a1e8d06f9
[tune] Fix Travis Blocking () 2019-08-13 20:56:37 -07:00
Neil Lugovoy
1376f1ae60 [tune] Reporter crash fix ()
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2019-08-13 14:10:22 -07:00
Lisa Dunlap
b7d0733362 [tune] Implement BOHB () 2019-08-13 12:32:07 -07:00
Eric Liang
79949fb8a0
[rllib] RLlib in 60 seconds documentation () 2019-08-12 17:39:02 -07:00
Tom
3218ee389a [tune] Fix get_best_logdir behaviour ()
* Fix get_best_logdir behaviour

* addtest
2019-08-12 14:28:09 -07:00
Adam Ochayon
158567b952 Rename function to make actor example correct () 2019-08-12 01:16:16 -07:00
Robert Nishihara
61b23a9a70 Don't stop Jupyter notebook in ray stop. () 2019-08-11 15:18:01 -07:00
Richard Liaw
cff72d1a54
[minor][tune] update pbt docs () 2019-08-11 12:39:54 -07:00
Zhijun Fu
b1e010feec Fix TestDirectActorTaskCrossNodesFailure test () 2019-08-11 11:15:52 +08:00
Eric Liang
cc86271cf8
[hotfix] fix Travis action dist test () 2019-08-10 17:59:54 -07:00
Peng Zhenghao
983f3c83d8 [tune] Allow relative local_dir at tune.run() () 2019-08-10 16:49:34 -07:00
Eric Liang
a1d2e17623
[rllib] Autoregressive action distributions () 2019-08-10 14:05:12 -07:00