Peter Schafhalter
|
e0e52f1871
|
[sgd] Add non-distributed PyTorch runner (#4933)
* Add non-distributed PyTorch runner
* use dist.is_available() instead of checking OS
* Nicer exception
* Fix bug in choosing port
* Refactor some code
* Address comments
* Address comments
|
2019-06-11 22:38:34 -07:00 |
|
Zhijun Fu
|
472c36ed1e
|
[core worker] add task submission & execution interface (#4922)
|
2019-06-12 10:10:12 +08:00 |
|
Philipp Moritz
|
ebb3b3b928
|
[core] Use int64_t instead of int to keep track of fractional resources (#4959)
|
2019-06-10 23:49:04 -07:00 |
|
Philipp Moritz
|
1e2b649580
|
Use proper session directory for debug_string.txt (#4960)
|
2019-06-10 23:46:37 -07:00 |
|
Robert Nishihara
|
6f48992322
|
Make release stress tests work and improve them. (#4955)
|
2019-06-10 23:04:01 -07:00 |
|
Qing Wang
|
e6baffba56
|
[Java] Add inner class Builder to build call options. (#4956)
* Add Builder class
* format
* Refactor by IDE
* Remove uncessary dependency
|
2019-06-10 23:52:08 +08:00 |
|
Eric Liang
|
4f8e100fe0
|
fix (#4950)
|
2019-06-10 10:20:55 +08:00 |
|
Qing Wang
|
671c0f769e
|
[Java] Fix serializing issues of RaySerializer (#4887)
* Fix
* Address comment.
|
2019-06-08 22:56:00 +08:00 |
|
Robert Nishihara
|
ec8aaf011b
|
Upload wheels on Travis to branchname/commit_id. (#4949)
|
2019-06-07 23:20:29 -07:00 |
|
Robert Nishihara
|
85b82b2454
|
Update aws keys for uploading wheels to s3. (#4948)
|
2019-06-07 23:19:10 -07:00 |
|
Robert Nishihara
|
a82e8118a0
|
Fix resource bookkeeping bug with acquiring unknown resource. (#4945)
|
2019-06-07 21:07:27 -07:00 |
|
Eric Liang
|
77689d1116
|
[rllib] Port remainder of algorithms to build_trainer() pattern (#4920)
|
2019-06-07 16:45:36 -07:00 |
|
Eric Liang
|
9e328fbe6f
|
[rllib] Add docs on how to use TF eager execution (#4927)
|
2019-06-07 16:42:37 -07:00 |
|
Stephanie Wang
|
873d45b467
|
Flush lineage cache on task submission instead of execution (#4942)
|
2019-06-07 11:35:18 -07:00 |
|
Yuhong Guo
|
5eff47b657
|
[C++] Add hash table to Redis-Module (#4911)
|
2019-06-07 16:11:37 +08:00 |
|
Stephanie Wang
|
cbc67fc750
|
[doc] Update developer docs with bazel instructions (#4944)
|
2019-06-06 18:18:24 -07:00 |
|
Robert Nishihara
|
c3f8fc1c44
|
Update version number in documentation after release 0.7.0 -> 0.7.1 and 0.8.0.dev0 -> 0.8.0.dev1. (#4941)
|
2019-06-06 17:22:45 -07:00 |
|
Robert Nishihara
|
a0f14e9e6c
|
Bump version from 0.7.1 to 0.8.0.dev1. (#4937)
|
2019-06-06 11:20:05 -07:00 |
|
Timon Ruban
|
2702b15b04
|
[tune] Add requirements-dev.txt and update docs for contributing (#4925)
* Add requirements-dev.txt and update docs.
* Update doc/source/tune-contrib.rst
Co-Authored-By: Richard Liaw <rliaw@berkeley.edu>
* Unpin everything except for yapf.
|
2019-06-05 09:04:36 -07:00 |
|
Hao Chen
|
d106283769
|
Better organize ray_common module (#4898)
|
2019-06-04 23:19:09 -07:00 |
|
Timon Ruban
|
c2253d2313
|
[tune] Make PBT Quantile fraction configurable (#4912)
|
2019-06-03 18:45:15 -07:00 |
|
Zhijun Fu
|
b674c4a5ba
|
[Core Worker] implement ObjectInterface and add test framework (#4899)
|
2019-06-03 19:59:43 +08:00 |
|
Hersh Godse
|
89722ff003
|
[tune] Directional metrics for components (#4120) (#4915)
|
2019-06-02 22:13:40 -07:00 |
|
Richard Liaw
|
084b22181e
|
Fix local cluster yaml (#4918)
|
2019-06-03 08:45:57 +08:00 |
|
Eric Liang
|
7501ee51db
|
[rllib] Rename PolicyEvaluator => RolloutWorker (#4820)
|
2019-06-03 06:49:24 +08:00 |
|
Eric Liang
|
99eae05cf6
|
[tune] Disallow setting resources_per_trial when it is already configured (#4880)
* disallow it
* import fix
* fix example
* fix test
* fix tests
* Update mock.py
* fix
* make less convoluted
* fix tests
|
2019-06-03 06:47:39 +08:00 |
|
Akshat Gokhale
|
d86ee8c83e
|
fetching objects in parallel in _get_arguments_for_execution (#4775)
|
2019-06-01 23:35:48 -07:00 |
|
Eric Liang
|
665d081fe9
|
[rllib] Rough port of DQN to build_tf_policy() pattern (#4823)
|
2019-06-02 14:14:31 +08:00 |
|
Peter Schafhalter
|
c2ade075a3
|
[sgd] Distributed Training via PyTorch (#4797)
Implements distributed SGD using distributed PyTorch.
|
2019-06-01 21:39:22 -07:00 |
|
Kristian Hartikainen
|
88bab5d3c4
|
[tune] Pretty print params json in logger.py (#4903)
|
2019-06-01 12:38:59 -07:00 |
|
Eric Liang
|
9aa1cd613d
|
[rllib] Allow Torch policies access to full action input dict in extra_action_out_fn (#4894)
* fix torch extra out
* preserve setitem
* fix docs
|
2019-06-01 16:58:49 +08:00 |
|
Eric Liang
|
1c073e92e4
|
[rllib] Fix documentation on custom policies (#4910)
* wip
* add docs
* lint
* todo sections
* fix doc
|
2019-06-01 16:13:21 +08:00 |
|
Yuhong Guo
|
0066d7cf2a
|
Hotfix for change of from_random to FromRandom (#4909)
|
2019-05-31 16:41:31 +08:00 |
|
Yuhong Guo
|
1f0809e2b4
|
Refactor ID Serial 2: change all ID functions to CamelCase (#4896)
|
2019-05-31 11:31:18 +08:00 |
|
Si-Yuan
|
4e0be8b450
|
Drop duplicated string format (#4897)
This string format is unnecessary. java_worker_options has been appended to the commandline later.
|
2019-05-30 19:43:27 +08:00 |
|
Hao Chen
|
2912a7cb86
|
Initial high-level code structure of CoreWorker. (#4875)
|
2019-05-30 02:43:17 -07:00 |
|
Qing Wang
|
b7c284aaa3
|
Refactor redis callback handling (#4841)
* Add CallbackReply
* Fix
* fix linting by format.sh
* Fix linting
* Address comments.
* Fix
|
2019-05-30 11:54:30 +08:00 |
|
Eric Liang
|
3f4d37cd0e
|
[rllib] Fix Multidiscrete support (#4869)
|
2019-05-29 20:41:02 -07:00 |
|
Eric Liang
|
2dd0beb5bd
|
[rllib] Allow access to batches prior to postprocessing (#4871)
|
2019-05-29 18:17:14 -07:00 |
|
Robert Nishihara
|
a218a14c92
|
Bump version from 0.8.0.dev0 to 0.7.1. (#4890)
|
2019-05-29 16:57:28 -07:00 |
|
Richard Liaw
|
acee89b1f6
|
[tune] Auto-init Ray + default SearchAlg (#4815)
|
2019-05-29 12:09:34 -07:00 |
|
Philipp Moritz
|
64eb7b322c
|
Upgrade arrow to latest master (#4858)
|
2019-05-28 16:04:16 -07:00 |
|
Qing Wang
|
64a01b2ab6
|
Update deps commits of opencensus to support building with bzl 0.25.x (#4862)
* Update deps to support bzl 2.5.x
* Fix
|
2019-05-28 14:29:34 +08:00 |
|
Yuhong Guo
|
fa0892f285
|
Replace ReturnIds with NumReturns in TaskInfo to reduce the size (#4854)
* Refine TaskInfo
* Fix
* Add a test to print task info size
* Lint
* Refine
|
2019-05-28 13:30:41 +08:00 |
|
Eric Liang
|
d7be5a5d36
|
[rllib] Fix error getting kl when simple_optimizer: True in multi-agent PPO
|
2019-05-27 17:24:45 -07:00 |
|
Eric Liang
|
a45c61e19b
|
[rllib] Update concepts docs and add "Building Policies in Torch/TensorFlow" section (#4821)
* wip
* fix index
* fix bugs
* todo
* add imports
* note on get ph
* note on get ph
* rename to building custom algs
* add rnn state info
|
2019-05-27 14:17:32 -07:00 |
|
Richard Liaw
|
574e1c7695
|
[tune] Fix up Ax Search and Examples (#4851)
* update Ax for cleaner API
* docs update
|
2019-05-27 13:23:17 -07:00 |
|
Robert Nishihara
|
7a78e1e320
|
Install bazel in autoscaler development configs. (#4874)
|
2019-05-26 16:13:50 -07:00 |
|
Robert Nishihara
|
6703519144
|
Move global state API out of global_state object. (#4857)
|
2019-05-26 11:27:53 -07:00 |
|
IkedaYutaro
|
ea8d7b4dc0
|
Fix a typo in kubernetes yaml (#4872)
|
2019-05-25 23:13:58 -07:00 |
|