Zhijun Fu
bb5609afb3
ignore object exists error for memory store provider ( #5607 )
2019-09-05 11:45:35 +08:00
Richard Liaw
34f6d2fc5c
[tune] Update trainable docs and support hparams ( #5558 )
2019-09-04 12:44:42 -07:00
lanlin
3ea9062419
Lazily create summary writer for TF2 logger. ( #5631 )
2019-09-04 09:22:56 -07:00
micafan
8236936189
Fix code style in unit test of GCS. ( #5634 )
2019-09-04 19:36:44 +07:00
Richard Liaw
ad96d3c4fb
[tune] Fix TB Memory Leak ( #5629 )
2019-09-03 23:44:12 -07:00
Edward Oakes
6ab5714465
Temporarily remove pytest-sugar dependency ( #5627 )
2019-09-03 23:05:17 -07:00
Richard Liaw
130b8f21da
[tune] Global checkpointing for tune at end ( #5499 )
2019-09-03 15:36:25 -07:00
jichan3751
1711e202a3
[training] Tensorflow interface for MultiNode SGD ( #5440 )
2019-09-03 15:35:42 -07:00
Edward Oakes
0c68b4cc30
Clean up Wait() and Get() in the core worker ( #5556 )
2019-09-03 14:45:15 -07:00
Edward Oakes
4ed6ee0b1e
Better error message for actor class inheritance ( #5598 )
2019-09-03 10:42:27 -07:00
lanlin
c3b0c62290
Remove the unused argument cusomt_loggers
in Experiment. ( #5619 )
2019-09-03 10:34:46 -07:00
micafan
378757eb88
fix CallbackReply resize ( #5589 )
2019-09-03 13:48:18 +08:00
Edward Oakes
dfd2a45f69
Simplify symlinking and don't print warnings ( #5615 )
2019-09-02 13:31:10 -07:00
Richard Liaw
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-Yuan
4cccfcc967
Fix the rllib-stack image display problem ( #5612 )
2019-09-01 18:29:58 -07:00
Eric Liang
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 Liaw
c49b98cfc4
[tune] Add encoder for PBT ( #5599 )
...
* Add encoder
* Apply suggestions from code review
2019-09-01 15:27:42 -07:00
Si-Yuan
0292f99e6c
Fix DeprecationWarning ( #5608 )
2019-09-01 15:21:32 -07:00
Edward Oakes
0cc0abf857
Create session_latest symlink for Ray sessions ( #5580 )
2019-08-31 22:14:54 -07:00
Eric Liang
daf38c8723
[tune] Deprecate tune.function ( #5601 )
...
* remove tune function
* remove examples
* Update tune-usage.rst
2019-08-31 16:00:10 -07:00
Philipp Moritz
747daff2cb
Fix impala stress test ( #5596 )
2019-08-31 01:20:53 -07:00
Richard Liaw
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 Liang
550c96b965
[rllib] Add docs on policy.model ( #5597 )
2019-08-30 21:10:42 -07:00
Eric Liang
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 Liang
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 Nishihara
93e103135b
Update doc versions from 0.8.0.dev3 to 0.8.0.dev4. ( #5585 )
2019-08-29 22:42:57 -07:00
Philipp Moritz
85a92bcb8b
Bump version string to 0.8.0.dev4 ( #5523 )
2019-08-29 21:25:28 -07:00
Eric Liang
38231907f3
[rllib] Forgot to register param noise layer variables
2019-08-29 18:12:31 -07:00
Eric Liang
fe5bd09b46
Fix rllib image in readme and doc typo ( #5579 )
...
* fix
* rlllig
2019-08-29 16:02:16 -07:00
Richard Liaw
fb40787603
[docs] Distributed Training Quickfix ( #5571 )
2019-08-29 15:38:43 -07:00
Philipp Moritz
04b869678e
Fix O(n^2) behavior in the log_monitor ( #5569 )
2019-08-29 14:46:31 -07:00
Philipp Moritz
e9d2d0432a
Make RAY_CHECK for actor re-creation non-fatal ( #5553 )
2019-08-28 21:07:52 -07:00
Richard Liaw
411f30c125
[docs] Second push of changes ( #5391 )
2019-08-28 17:54:15 -07:00
Kai Yang
fadfa5f30b
[Java] ObjectID::fromRandom
sets proper flags ( #5548 )
2019-08-28 11:31:06 +08:00
Philipp Moritz
ddfababb82
Fix log files being opened as unicode files ( #5545 )
2019-08-27 12:47:00 -07:00
idthanm
52a6a1b9f7
[tune] TF2.0 TensorBoard support ( #5547 )
...
* Fix tensorboard log issue with tensorflow2.0
* tf2 support
2019-08-27 10:53:27 -07:00
Eric Liang
d20696300e
Fix autoscaler format string for memory ( #5542 )
...
* add format string
* fix cast
2019-08-26 23:25:11 -07:00
Eric Liang
ff73b67154
fix test ( #5544 )
2019-08-26 23:24:40 -07:00
Eric Liang
03a1b75852
[rllib] Fix some eager execution regressions with 1.13 ( #5537 )
...
* fix bugs with 1.13
* allow disable
2019-08-26 23:23:35 -07:00
Simon Mo
948b1b09e8
Remove previous version of ray.serve ( #5541 )
2019-08-26 19:28:19 -07:00
Philipp Moritz
f1dcce5a47
[projects] Add named commands to sessions ( #5525 )
2019-08-26 14:16:17 -07:00
Eric Liang
97ccd75952
[rllib] Enable object store memory limit by default ( #5534 )
2019-08-26 01:37:28 -07:00
Eric Liang
7d28bbbdbb
[rllib] Document on traj postprocess ( #5532 )
...
* 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 ( #5530 )
...
* 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 ( #5441 )
2019-08-24 18:15:16 -07:00
Hao Chen
fab5ae64c4
[Java] Automatically clean up temp files. ( #5507 )
...
* 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 ( #5516 )
2019-08-24 11:10:02 +08:00
Richard Liaw
d2a6f7958a
[tune] Fix for keras threading ( #5517 )
2019-08-23 18:29:40 -07:00
Philipp Moritz
dbf7089c79
Bump version to 0.7.4 ( #5474 )
2019-08-23 17:08:16 -07:00
Hao Chen
239c177fe8
[Java] Support calling functions returning void ( #5494 )
2019-08-23 21:10:15 +08:00