Kai Fricke
8fe439998e
[air/tuner/docs] Update docs for Tuner() API 1: RSTs, docs, move reuse_actors ( #26930 )
...
Signed-off-by: Kai Fricke coding@kaifricke.com
Why are these changes needed?
Splitting up #26884 : This PR includes changes to use Tuner() instead of tune.run() for most docs files (rst and py), and a change to move reuse_actors to the TuneConfig
2022-07-24 07:45:24 -07:00
xwjiang2010
ac831fded4
[air] update documentation to use session.report
( #26051 )
...
Update documentation to use `session.report`.
Next steps:
1. Update our internal caller to use `session.report`. Most importantly, CheckpointManager and DataParallelTrainer.
2. Update `get_trial_resources` to use PGF notions to incorporate the requirement of ResourceChangingScheduler. @Yard1
3. After 2 is done, change all `tune.get_trial_resources` to `session.get_trial_resources`
4. [internal implementation] remove special checkpoint handling logic from huggingface trainer. Optimize the flow for checkpoint conversion with `session.report`.
Co-authored-by: Antoni Baum <antoni.baum@protonmail.com>
2022-06-30 10:37:31 -07:00
Sven Mika
b5bc2b93c3
[RLlib] Move all remaining algos into algorithms
directory. ( #25366 )
2022-06-04 07:35:24 +02:00
Yi Cheng
fd0f967d2e
Revert "[RLlib] Move (A/DD)?PPO and IMPALA algos to algorithms
dir and rename policy and trainer classes. ( #25346 )" ( #25420 )
...
This reverts commit e4ceae19ef
.
Reverts #25346
linux://python/ray/tests:test_client_library_integration never fail before this PR.
In the CI of the reverted PR, it also fails (https://buildkite.com/ray-project/ray-builders-pr/builds/34079#01812442-c541-4145-af22-2a012655c128 ). So high likely it's because of this PR.
And test output failure seems related as well (https://buildkite.com/ray-project/ray-builders-branch/builds/7923#018125c2-4812-4ead-a42f-7fddb344105b )
2022-06-02 20:38:44 -07:00
Sven Mika
e4ceae19ef
[RLlib] Move (A/DD)?PPO and IMPALA algos to algorithms
dir and rename policy and trainer classes. ( #25346 )
2022-06-02 16:47:05 +02:00
Omar Sanseviero
94432d64c9
Fix Ray Serve example ( #24276 )
...
The current example in the `README.md` is broken, which is same issue as https://github.com/ray-project/ray/pull/22228 . cc @simon-mo
2022-04-29 10:27:26 -05:00
Paige Bailey
f21092e80a
Added a "Getting Involved" table. ( #23387 )
2022-03-22 00:17:53 -07:00
Eric Liang
678d23fe42
Remove beta label from Datasets ( #23220 )
2022-03-15 23:05:59 -07:00
Eric Liang
ca1100397e
Update paper links to include exoshuffle and remove whitepaper (moved to docs) ( #23099 )
2022-03-15 13:12:01 -07:00
Jun Gong
04effca29c
[RLlib; docs] Update README.rst to fix the broken RLlib logo ( #22489 )
2022-02-18 18:33:07 +01:00
Sven Mika
7a585fb275
[RLlib; Documentation] RLlib README overhaul. ( #20249 )
2021-11-18 18:08:40 +01:00
Amog Kamsetty
4f88796d5a
[Train] Move to beta ( #20378 )
2021-11-16 08:19:30 -08:00
Jin Hyung Ahn
722f935f9a
[docs] Fix broken links in README ( #20326 )
2021-11-14 10:23:55 -08:00
Eric Liang
6102912494
Dataset doc updates ( #19815 )
2021-11-04 18:13:40 -07:00
matthewdeng
4674c78050
[Train] Rename Ray SGD v2 to Ray Train ( #19436 )
2021-10-18 22:27:46 -07:00
Eric Liang
430a5f4a21
[doc] Bump dataset to beta for 1.8 and add backlink to SGD ( #19332 )
2021-10-12 18:32:29 -07:00
Eric Liang
d1f348cd9d
[RFC] Split the list of libraries into ML vs production
2021-09-14 16:32:07 -07:00
Eric Liang
7dcae690b9
Mark datasets as still in alpha for now ( #18321 )
2021-09-02 17:07:33 -07:00
Tim Hopper
fd2a8a6b9c
[docs] Fix broken urls ( #18206 )
2021-08-30 17:24:06 -07:00
Richard Liaw
0621fc49d4
serve ( #18178 )
2021-08-27 20:29:34 -07:00
Eric Liang
95b5ad12ba
Initial version of workflow documentation ( #18138 )
2021-08-27 16:20:48 -07:00
Edward Oakes
f16bb9849e
[serve] Update code sample in Ray README ( #18129 )
2021-08-26 16:34:31 -05:00
Huaiwei Sun
14365e111d
Update README.rst ( #17471 )
...
Add Slack channel info in the "Getting Involved" section
2021-08-13 13:25:51 -07:00
Robert Nishihara
f624ddae5f
Remove outdated link from readme ( #17788 )
2021-08-12 17:11:59 -07:00
Eric Liang
fabba96fad
Re-merge large function def, skipping test failing on Windows ( #17191 )
2021-07-19 18:03:26 -07:00
architkulkarni
4069686e0f
Revert "Improve error message for oversized function ( #17133 )" ( #17184 )
...
This reverts commit 3e53619d64
.
2021-07-19 09:28:33 -07:00
Eric Liang
3e53619d64
Improve error message for oversized function ( #17133 )
2021-07-17 11:04:05 -07:00
Eric Liang
26a286655b
Add link to datasets preview docs
2021-07-16 12:31:52 -07:00
Ian Fox
673d6822c7
[readme] Add raydistributed twitter link to readme ( #17099 )
2021-07-14 18:55:24 -07:00
Eric Liang
af11ec079a
update serve verbiage ( #16360 )
2021-06-10 16:23:38 -07:00
Eric Liang
dbaa28f81e
Add links to new rllib paper ( #14432 )
2021-03-01 20:11:40 -08:00
Oscar Bonilla
632023b825
[docs] Fix broken link in README.md ( #14147 )
2021-02-18 19:48:51 -08:00
Crissman Loomis
05ab75fbe1
[docs] Add mode to Ray Tune quick start ( #14023 )
2021-02-10 12:41:45 -08:00
Richard Liaw
6c77aeb98a
[docs] ray slack remove banners ( #13898 )
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2021-02-04 01:14:34 -08:00
Eric Squires
9f70293700
Remove debug extras from setup.py ( #12751 )
2020-12-10 16:23:11 -06:00
Robert Nishihara
d681991773
Add Discourse to readme and make it more prominent in docs. ( #12740 )
2020-12-10 01:13:40 -08:00
architkulkarni
8b9197ea8c
[Doc] replace github discussion link with discourse ( #12684 )
2020-12-09 12:43:45 -08:00
Eric Liang
4f5d6274af
[docs] Add links to Ray design patterns whitepaper ( #12014 )
...
* update
* update
2020-11-13 14:16:51 -08:00
Edward Oakes
8bcb0bddc9
[serve] Fix API calls in global README ( #12015 )
2020-11-13 16:05:00 -06:00
Eric Liang
9b8218aabd
[docs] Move all /latest links to /master ( #11897 )
...
* use master link
* remae
* revert non-ray
* more
* mre
2020-11-10 10:53:28 -08:00
Alex V. Kotlar
f9a29a6d26
[docs] Fix pip install commands ( #11326 )
2020-10-11 22:12:18 -07:00
Robert Nishihara
0d02aa10b2
Add Slack badge to README ( #11215 )
2020-10-05 19:39:23 -07:00
Richard Liaw
a563344bc2
[docs] remove ref to google groups -> github discussions ( #11019 )
2020-09-24 18:09:51 -07:00
Sumanth Ratna
9da7bdcc8e
Use master for links to docs in source ( #10866 )
2020-09-19 00:30:45 -07:00
Eric Liang
3ec5fa1b51
[docs] Rename oss-users to ray-libraries ( #10811 )
2020-09-15 13:11:00 -07:00
Eric Liang
72b28dc12b
[docs] Fix broken links in new community libraries page ++ ( #10785 )
...
* fix
* fix up
* update
* revert
* typo
* update
2020-09-14 21:18:28 -07:00
Eric Liang
daabe6bb1f
[docs] Polish community integrations docs ( #10780 )
2020-09-14 14:41:06 -07:00
Kai Fricke
d7c7aba99c
[tune] Tune experiment analysis improvements ( #10645 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-09-08 21:00:52 -07:00
Eric Liang
30911960c8
[1.0] Simple, universal instead of Simple and universal ( #10587 )
2020-09-04 14:04:29 -07:00
Eric Liang
e5d089384b
[1.0] Ray whitepaper link and tagline update ( #10455 )
2020-09-01 09:48:35 -07:00