1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-12 22:26:39 -04:00
Commit graph

1369 commits

Author SHA1 Message Date
Richard Liaw
d52a4983af
Update TF documentation () 2019-10-16 01:31:27 -07:00
Richard Liaw
9f23620412
[tune] tf2.0 mnist example ()
* tfmnistexample

* tfmnist

* add_to_ci

* format

* exampledownlaod

* fix
2019-10-15 22:25:01 -07:00
Richard Liaw
7f4141df4e
[docs] Pictures for all the Examples ()
* image

* plot resnet

* hyperparam

* fixup_pictures

* custom_direct
2019-10-14 14:18:52 -07:00
Edward Oakes
abbfe7392f
Bump dev version to 0.8.0.dev6 () 2019-10-14 11:36:13 +01:00
Richard Liaw
1650f7b174
[tune] Remove TF MNIST example + add TrialRunner hook to execut… ()
* remove test

* add trial runner

* remvoerestore

* Remove other mnist examples

* tunetest

* revert

* v1

* Revert "v1"

This reverts commit c8bddaf2db7a8270c43c02021cac0e75df15ed20.

* Revert "revert"

This reverts commit b58f56884a0c288d3a6f997d149ab4d496ddd7a3.

* errors

* format
2019-10-13 20:33:56 -07:00
Richard Liaw
898652837c
[minor][docs] Remove example link () 2019-10-11 11:49:18 -07:00
Robert Nishihara
523c764c25
Python 2 compatibility. () 2019-10-10 19:09:25 -07:00
Richard Liaw
1181924077 [tune][minor] formatting examples, fix travis ()
* formatting

* formatting
2019-10-08 17:58:43 -07:00
Ujval Misra
a851d7eb87 [tune] Readable trial progress output ()
* Cleaner, tabulated progress output.

* Minor HTML changes, trial ID instead of name

* Revert basic variant changes

* Cleanup, address richard's comments, add progress_reporter.py

* Add tabulate dependency

* Added more info to table, auto-hide columns with no data.

* lint

* Address comments

* Replace experiment tag w/ trial ID

* Fixed tests.

* Fixed test

* Added requirement

* Fix formatting
2019-10-08 16:38:39 -07:00
zhu-eric
3845c97dd0 [doc] Hyperparameter Tuning Gallery Entry ()
* mod_table

* Example fix for gallery

* lint

* nit

* nit

* fix

* gallery

* remove table for now

* training, object store, tune, actors, advanced

* start tf code

* first cut tf

* yapf

* pytorch

* add torch example

* torch

* parallel

* tune

* tuning

* reviewsready

* finetune

* fix

* move_code

* update conf

* compile

* init hyperparameter

* Start images

* overview

* extra

* fix

* works

* update-ps-example

* param_actor

* fix

* examples

* simple

* simplify_pong

* flake8 and run hyperopt

* add comments

* add comments

* add suggestion

* add suggestion

* suggestions

* add suggestion

* add suggestions

* fixed in wrong area

* last edit

* finish changes

* add line

* hyperparameter
2019-10-08 14:13:17 -07:00
Edward Oakes
486abedcdf
Link to kubernetes config files in docs () 2019-10-08 11:06:25 -07:00
Simon Mo
e8570874b6
[Serve] Implement flask_request and named python request ()
* Implement flask_request and named python request

* Forgot to include missing files

* Address comment

* Add flask to requirements for doc (lint failed)

* Update doc requirement so lint will build

* Install flask in CI

* Fix typo in .travis.yml
2019-10-06 15:12:30 -07:00
Anthony Yu
b99cdf4e39 [tune] PBT + Memnn example ()
* Add example file

* Move into train function

* Somewhat working example of MemNN, still has some failed trials

* Reorganize into a class

* Small fixes

* Iteration decrease and fix hyperparam_mutations

* Add example file

* Move into train function

* Somewhat working example of MemNN, still has some failed trials

* Reorganize into a class

* Small fixes

* Iteration decrease and fix hyperparam_mutations

* Some style edits

* Address PR changes without modifying learning rate

* Add configs and hyperparameter mutations

* Add tune test

* Modify import locations

* Some parameter changes for testing

* Update memnn example

* Add tensorboard support and address PR comment

* Final changes

* lint

* generator
2019-10-05 09:22:37 -07:00
Edward Oakes
8ca7fab581
Improve manual Kubernetes deployment documentation ()
* Add ray-cluster, modify submit

* Add comments

* Job submission working

* Write docs

* Add link to autoscaling

* Fix wget link in job

* Use namespace file

* match tense

* fix tab

* Improve job documentation

* comments

* Fix link

* Fix links

* comments

* add overview paragraph

* Update imagePullPolicy

* Warning if no cluster running

* better check
2019-10-03 15:47:49 -07:00
Simon Mo
fa1214c44a
[Serve] First iteration of the serve doc ()
* Address comments

* Lint

* Add py3 warning
2019-10-03 15:14:09 -07:00
Philipp Moritz
0dee225ce1
Make it possible to run ray examples as projects () 2019-10-03 14:52:37 -07:00
Edward Oakes
972dddd776
[autoscaler] Kubernetes autoscaler backend ()
* Add Kubernetes NodeProvider to autoscaler

* Split off SSHCommandRunner

* Add KubernetesCommandRunner

* Cleanup

* More config options

* Check if auth present

* More auth checks

* Better output

* Always bootstrap config

* All working

* Add k8s-rsync comment

* Clean up manual k8s examples

* Fix up submit.yaml

* Automatically configure permissisons

* Fix get_node_provider arg

* Fix permissions

* Fill in empty auth

* Remove ray-cluster from this PR

* No hard dep on kubernetes library

* Move permissions into autoscaler config

* lint

* Fix indentation

* namespace validation

* Use cluster name tag

* Remove kubernetes from setup.py

* Comment in example configs

* Same default autoscaling config as aws

* Add Kubernetes quickstart

* lint

* Revert changes to submit.yaml (other PR)

* Install kubernetes in travis

* address comments

* Improve autoscaling doc

* kubectl command in setup

* Force use_internal_ips

* comments

* backend env in docs

* Change namespace config

* comments

* comments

* Fix yaml test
2019-10-03 10:17:00 -07:00
Wenjie Wu
ccd88c9e20 [doc] fix typo in ASHA blog url ()
this fix issue 
2019-09-29 17:41:18 -07:00
Eric Liang
b5da32df78 Bump Ray version in documentation to dev5 () 2019-09-27 00:19:17 -07:00
Richard Liaw
5c549fd84b
[docs] Make slack more prominent ()
Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
2019-09-26 15:36:56 -07:00
Eric Liang
5ecb02fb80
Release 0.7.5 updates () 2019-09-26 10:30:37 -07:00
Robert Nishihara
ddfe9439c8
And sphinx-gallery requirement to readthedocs. () 2019-09-25 14:46:56 -07:00
Richard Liaw
10f21fa313
[docs] Convert Examples to Gallery () 2019-09-24 15:46:56 -07:00
Ujval Misra
a4659a8f8b [tune] Add support for function-based stopping condition () 2019-09-23 18:39:00 -07:00
Eric Liang
249ca2cf9e
[rllib] add blog posts to examples list ()
* add blog post

* remove

* link
2019-09-23 10:42:21 -07:00
Mitchell Stern
98dcc1d440 [Dashboard] Add initial version of new dashboard () 2019-09-23 08:50:40 -07:00
Robert Nishihara
c91a37f622
Set redis password in slurm deployment documentation. () 2019-09-21 15:33:15 -07:00
Vince Jankovics
7e214fd95e [tune] TensorBoard HParams for TF2.0 () 2019-09-21 11:06:34 -07:00
gehring
8903bcd0c3 [rllib] Tracing for eager tensorflow policies with tf.function ()
* Added tracing of eager policies with `tf.function`

* lint

* add config option

* add docs

* wip

* tracing now works with a3c

* typo

* none

* file doc

* returns

* syntax error

* syntax error
2019-09-17 01:44:20 -07:00
Robert Nishihara
f74aaf2619 Add more links for getting involved.git status () 2019-09-16 20:26:03 -07:00
Edward Oakes
ee5db5b67f Raise error if space in redis password () 2019-09-11 20:58:39 -07:00
Eric Liang
bc6a95deb0
[rllib] Eager execution for centralized critic example, fix simple optimizer for multiagent () 2019-09-11 12:15:34 -07:00
Eric Liang
2fdefe19b7
Take into account queue length in autoscaling () 2019-09-11 11:31:35 -07:00
Eric Liang
74abeab057
[rllib] Improve accessing model state docs ()
* [rllib] better model docs

* fix

* s
2019-09-08 23:01:26 -07:00
Eric Liang
1455a19c85
Consolidate and clean up documentation () 2019-09-07 11:50:18 -07:00
Philipp Moritz
744f6e45d4 Update release documentation after 0.7.4 release ()
* Update release documentation after 0.7.4 release

* update

* update
2019-09-06 00:03:57 -07:00
Stephanie Wang
edcc56ea01 Project fixes and cleanups () 2019-09-05 11:55:42 -07:00
Richard Liaw
34f6d2fc5c [tune] Update trainable docs and support hparams () 2019-09-04 12:44:42 -07:00
jichan3751
1711e202a3 [training] Tensorflow interface for MultiNode SGD () 2019-09-03 15:35:42 -07:00
Richard Liaw
d37c09aac0
[docs] Add a feedback form ()
* 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 () 2019-09-01 18:29:58 -07:00
Eric Liang
a101812b9f
Replace --redis-address with --address in test, docs, tune, rllib ()
* wip

* add tests and tune

* add ci

* test fix

* lint

* fix tests

* wip

* sugar dep
2019-09-01 16:53:02 -07:00
Eric Liang
daf38c8723
[tune] Deprecate tune.function ()
* remove tune function

* remove examples

* Update tune-usage.rst
2019-08-31 16:00:10 -07:00
Eric Liang
550c96b965 [rllib] Add docs on policy.model () 2019-08-30 21:10:42 -07:00
Robert Nishihara
93e103135b Update doc versions from 0.8.0.dev3 to 0.8.0.dev4. () 2019-08-29 22:42:57 -07:00
Eric Liang
fe5bd09b46
Fix rllib image in readme and doc typo ()
* fix

* rlllig
2019-08-29 16:02:16 -07:00
Richard Liaw
fb40787603
[docs] Distributed Training Quickfix () 2019-08-29 15:38:43 -07:00
Richard Liaw
411f30c125
[docs] Second push of changes () 2019-08-28 17:54:15 -07:00
Philipp Moritz
f1dcce5a47
[projects] Add named commands to sessions () 2019-08-26 14:16:17 -07:00
Eric Liang
7d28bbbdbb
[rllib] Document on traj postprocess ()
* document on traj postprocess

* shorten it
2019-08-24 20:37:45 -07:00