Commit Graph

5836 Commits

Author SHA1 Message Date
Philipp Moritz 2beb12e9bf Don't pin boto instead set lower limit on its version (#10711) 2020-09-23 00:03:44 +00:00
architkulkarni 17c9837abc [Doc] Fix RayServeHandle doc (#10896) 2020-09-23 00:02:58 +00:00
Sumanth Ratna 81044179d9 [docs] fix version flyout menu z-index (#10892) 2020-09-23 00:02:50 +00:00
Sumanth Ratna 37843b6e3f [docs] fix book icon in version flyout menu (#10844)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-23 00:02:41 +00:00
Eric Liang e8ed4d7200 [docs] Add RayDP link to community integrations (#10851) 2020-09-23 00:02:27 +00:00
Richard Liaw 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 Liang fb4be9730b [docs] Rename oss-users to ray-libraries (#10811) 2020-09-23 00:01:51 +00:00
Eric Liang 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 Mo 9be67e81f8 [Doc][Serve] Update middleware docs for serve.client (#10819) 2020-09-23 00:01:29 +00:00
Eric Liang 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 Liang ca2365a47f [docs] Polish community integrations docs (#10780) 2020-09-23 00:00:55 +00:00
Simon Mo 7c6d6ea830 [Doc] Add section for threaded actor (#10751)
Resolved Conflicts:
        doc/source/actors.rst
2020-09-23 00:00:19 +00:00
Eric Liang 8f14ca21e1 Move meta-learning algorithms into their own section in the TOC (#10727) 2020-09-22 23:58:32 +00:00
Richard Liaw cb79510e24 [tune+core] tune lifecycle and starting ray guide (#10813) 2020-09-22 23:58:13 +00:00
architkulkarni 3f6038b605 [Docs] update docs readme and fix typo (#10807) 2020-09-22 23:56:21 +00:00
Kai Fricke 938de003ca [tune] update pt tutorial docs (#10925)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-22 23:55:01 +00:00
Sumanth Ratna 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 Aguayo 92dd9fae54 Update rllib-env.rst (#10891)
Tiny typo
2020-09-22 23:50:22 +00:00
Sumanth Ratna 5610828fe8 Update max_failures kwarg docstring (#10953) 2020-09-22 23:50:15 +00:00
Hao Chen 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 Liaw 45addcf6bd [minor] fix warning about docker cpus (#10768) 2020-09-22 23:48:23 +00:00
Siyuan (Ryans) Zhuang 720cd82667 Fix typo in ray start output (#10667) 2020-09-22 23:48:09 +00:00
Keqiu Hu 83814342ad [cli][ray] update ray cli message (#10823) 2020-09-22 23:47:59 +00:00
Alex Wu 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 Liang 1d520bf796 Add accelerator-type to multi node type example YAML (#10871) 2020-09-22 23:47:40 +00:00
SangBin Cho 2fb29eb680 [Core] Fix Flaky GCS actor manager test (#10600)
* Try.

* Fix the issue.

* Fix.
2020-09-21 17:56:12 +00:00
SangBin Cho f1fed7f662 [Doc] Document options method (#10830)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-21 17:56:03 +00:00
SangBin Cho 37a81476ec [Doc] Broken doc build fix. (#10865) 2020-09-21 17:55:52 +00:00
SangBin Cho c79eb7984d [docs] Placement group documentation (#10555)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-21 17:55:24 +00:00
Max Fitton a6a7886529 [Dashboard] Refresh documentation 1.0.0 (#10684) 2020-09-21 17:55:01 +00:00
Max Fitton 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 Liaw decaa6dea0 [docs] slurm + progress_bar example (#10782) 2020-09-21 17:52:07 +00:00
Kai Yang 9c65373085 Java doc: "Configuring Ray" page (#10801) 2020-09-21 17:48:42 +00:00
chaokunyang e756a2bbba [Java] Refine java driver log (#10794) 2020-09-21 17:48:31 +00:00
Hao Chen 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 Wu 3205119ccb [autoscaler] hotfix calculate_node_resources (#10874) 2020-09-21 17:45:28 +00:00
Eric Liang 5f190b4e18 [autoscaler] Usability improvements in logging (#10764) 2020-09-21 17:44:39 +00:00
Richard Liaw a9830b4dd3 [cli] make test failure less verbose + print ssh (#10767) 2020-09-21 17:44:28 +00:00
Richard Liaw 3ef55578af [cli] Remove extra wording + fix travis (#10726) 2020-09-21 17:44:19 +00:00
Yiran Wang bdac0ac380 [Autoscaler] Change poll interval to 5 sec when checking VMs status (#10462) 2020-09-21 17:44:07 +00:00
Sven Mika b79773531e [RLlib] Issue 10833 TorchPolicy GPU. (#10834) 2020-09-21 17:43:56 +00:00
Alex Wu 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
chaokunyang 4b58557309 bump java version to 1.0.0 (#10796) 2020-09-18 11:09:13 +08:00
Eric Liang ce671b3a94 Restore plasma directory option (#10784) 2020-09-17 18:50:33 +00:00
Richard Liaw f60f5d8748 [docs] init list of oss projects (#10758) 2020-09-17 18:50:21 +00:00
Ameer Haj Ali 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 Fricke 2d08b2bb1c [tune] convert fallback representation to numbers in wandb integration (#10799) 2020-09-17 18:49:17 +00:00
Amog Kamsetty 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 Wang 2c17e9f575 Fix segfault in network utils (#10741) 2020-09-14 17:19:06 +00:00