Commit Graph
5831 Commits
Author SHA1 Message Date
d351f98445 [docs] raise z-index block (#10843)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Sumanth Ratna <sumanthratna@gmail.com>
2020-09-23 00:02:15 +00:00
Eric LiangandBarak Michener fb4be9730b [docs] Rename oss-users to ray-libraries (#10811) 2020-09-23 00:01:51 +00:00
Eric LiangandBarak Michener 3b4628cae8 [docs] Sort library list alphabetically and add experimental note to Dask (#10815)
* sort

* update

* update
2020-09-23 00:01:40 +00:00
Simon MoandBarak Michener 9be67e81f8 [Doc][Serve] Update middleware docs for serve.client (#10819) 2020-09-23 00:01:29 +00:00
Eric LiangandBarak Michener 297a0293e8 [docs] Fix broken links in new community libraries page ++ (#10785)
* fix

* fix up

* update

* revert

* typo

* update
2020-09-23 00:01:10 +00:00
Eric LiangandBarak Michener ca2365a47f [docs] Polish community integrations docs (#10780) 2020-09-23 00:00:55 +00:00
Simon MoandBarak Michener 7c6d6ea830 [Doc] Add section for threaded actor (#10751)
Resolved Conflicts:
        doc/source/actors.rst
2020-09-23 00:00:19 +00:00
Eric LiangandBarak Michener 8f14ca21e1 Move meta-learning algorithms into their own section in the TOC (#10727) 2020-09-22 23:58:32 +00:00
Richard LiawandBarak Michener cb79510e24 [tune+core] tune lifecycle and starting ray guide (#10813) 2020-09-22 23:58:13 +00:00
architkulkarniandBarak Michener 3f6038b605 [Docs] update docs readme and fix typo (#10807) 2020-09-22 23:56:21 +00:00
938de003ca [tune] update pt tutorial docs (#10925)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-22 23:55:01 +00:00
Sumanth RatnaandBarak Michener d52b6b0e36 Use master for links to docs in source (#10866)
Resolved Conflicts:
        .github/PULL_REQUEST_TEMPLATE.md
        rllib/agents/dqn/apex.py
        rllib/agents/dqn/dqn.py
2020-09-22 23:54:44 +00:00
Carlos AguayoandBarak Michener 92dd9fae54 Update rllib-env.rst (#10891)
Tiny typo
2020-09-22 23:50:22 +00:00
Sumanth RatnaandBarak Michener 5610828fe8 Update max_failures kwarg docstring (#10953) 2020-09-22 23:50:15 +00:00
Hao ChenandBarak Michener 696ca394d2 Remove outdated Java doc and run demo code in CI (#10698)
Resolve Conflicts:
        java/tutorial/pom.xml
        java/tutorial/pom_template.xml
2020-09-22 23:49:45 +00:00
Richard LiawandBarak Michener 45addcf6bd [minor] fix warning about docker cpus (#10768) 2020-09-22 23:48:23 +00:00
Siyuan (Ryans) ZhuangandBarak Michener 720cd82667 Fix typo in ray start output (#10667) 2020-09-22 23:48:09 +00:00
Keqiu HuandBarak Michener 83814342ad [cli][ray] update ray cli message (#10823) 2020-09-22 23:47:59 +00:00
43bf1641a0 Add java yaml example (#10835)
* java example

* Update python/ray/autoscaler/aws/example-java.yaml

Co-authored-by: Eric Liang <ekhliang@gmail.com>
2020-09-22 23:47:51 +00:00
Eric LiangandBarak Michener 1d520bf796 Add accelerator-type to multi node type example YAML (#10871) 2020-09-22 23:47:40 +00:00
SangBin ChoandBarak Michener 2fb29eb680 [Core] Fix Flaky GCS actor manager test (#10600)
* Try.

* Fix the issue.

* Fix.
2020-09-21 17:56:12 +00:00
f1fed7f662 [Doc] Document options method (#10830)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-21 17:56:03 +00:00
SangBin ChoandBarak Michener 37a81476ec [Doc] Broken doc build fix. (#10865) 2020-09-21 17:55:52 +00:00
c79eb7984d [docs] Placement group documentation (#10555)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-21 17:55:24 +00:00
Max FittonandBarak Michener a6a7886529 [Dashboard] Refresh documentation 1.0.0 (#10684) 2020-09-21 17:55:01 +00:00
Max FittonandBarak Michener bde9c734e8 [Documentation] local_mode doc updates and actor / worker explanation from Slack (#10748)
* wip

* Update local mode docs in all locations

* Update doc/source/actors.rst

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>

* Update doc/source/actors.rst

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>

* Change duplicated text to links to a subtitle for local_mode

* change a reference to be explicit

* Apply suggestions from code review

Co-authored-by: Max Fitton <max@semprehealth.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Resolved Conflicts:
	doc/source/actors.rst
2020-09-21 17:54:24 +00:00
Richard LiawandBarak Michener decaa6dea0 [docs] slurm + progress_bar example (#10782) 2020-09-21 17:52:07 +00:00
Kai YangandBarak Michener 9c65373085 Java doc: "Configuring Ray" page (#10801) 2020-09-21 17:48:42 +00:00
chaokunyangandBarak Michener e756a2bbba [Java] Refine java driver log (#10794) 2020-09-21 17:48:31 +00:00
Hao ChenandBarak Michener 96ab025e66 [Java] rename config ray.redis.address to ray.address (#10772)
Resolved Conflicts:
        java/test.sh
2020-09-21 17:48:03 +00:00
Alex WuandBarak Michener 3205119ccb [autoscaler] hotfix calculate_node_resources (#10874) 2020-09-21 17:45:28 +00:00
Eric LiangandBarak Michener 5f190b4e18 [autoscaler] Usability improvements in logging (#10764) 2020-09-21 17:44:39 +00:00
Richard LiawandBarak Michener a9830b4dd3 [cli] make test failure less verbose + print ssh (#10767) 2020-09-21 17:44:28 +00:00
Richard LiawandBarak Michener 3ef55578af [cli] Remove extra wording + fix travis (#10726) 2020-09-21 17:44:19 +00:00
Yiran WangandBarak Michener bdac0ac380 [Autoscaler] Change poll interval to 5 sec when checking VMs status (#10462) 2020-09-21 17:44:07 +00:00
Sven MikaandBarak Michener b79773531e [RLlib] Issue 10833 TorchPolicy GPU. (#10834) 2020-09-21 17:43:56 +00:00
Alex WuandBarak Michener 5bbfc548c1 [1.0] Remove args from ray start (#10659)
Resolved Conflicts:
        java/test.sh
        python/ray/tests/test_multi_node.py
2020-09-21 17:43:22 +00:00
chaokunyangandGitHub 4b58557309 bump java version to 1.0.0 (#10796) 2020-09-18 11:09:13 +08:00
Eric LiangandBarak Michener ce671b3a94 Restore plasma directory option (#10784) 2020-09-17 18:50:33 +00:00
Richard LiawandBarak Michener f60f5d8748 [docs] init list of oss projects (#10758) 2020-09-17 18:50:21 +00:00
9db51d21c4 Fix abstraction violations in command_runner interface (#10715)
* Fix abstraction violations in command_runner interface

* user guide

* lint

* breaking abstraction in commands

* extra initialization commands

* more cleanup

* small fixes

* fix test_integration_kubernetes.py

* lint

Co-authored-by: root <root@ip-172-31-28-155.us-west-2.compute.internal>
Co-authored-by: Ameer Haj Ali <ameerhajali@Ameers-MacBook-Pro.local>
2020-09-17 18:49:36 +00:00
Kai FrickeandBarak Michener 2d08b2bb1c [tune] convert fallback representation to numbers in wandb integration (#10799) 2020-09-17 18:49:17 +00:00
7bf5f1af8b [Ray SGD] use_local flag + Worker group abstraction (#10539)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-17 18:48:57 +00:00
Barak Michener 49ee123c85 Remove superfluous execution of java (#10750) 2020-09-14 17:19:30 +00:00
Stephanie WangandBarak Michener 2c17e9f575 Fix segfault in network utils (#10741) 2020-09-14 17:19:06 +00:00
chaokunyangandBarak Michener a4b5922d5e [Java] remove native binary from ray_dist.jar (#10461) 2020-09-14 17:18:27 +00:00
Kai YangandBarak Michener edd9916e30 Fix Java CI crash caused by incorrect destruction order in core worker (#10709) 2020-09-14 17:17:34 +00:00
Alex WuandBarak Michener df77a31242 [Autoscaler] Unmanaged nodes (#10513) 2020-09-14 17:14:06 +00:00
Ian RodneyandBarak Michener 049b7b2017 [docker] Revert to rsync & cp instead of file mount for bootstrap config/key (#10734) 2020-09-14 17:13:06 +00:00
Ian RodneyandBarak Michener 0592dcacba [autoscaler] Fix rsync file mounts (#10721) 2020-09-14 17:12:33 +00:00