Commit Graph

746 Commits

Author SHA1 Message Date
Hao Chen d49dadf891 Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
Patrick Ames dc51b08c36 [autoscaler] Allow users to disable the cluster config cache (#8117)
* [autoscaler] Remove autoscaler config cache.

* [autoscaler] Add flag allowing users to explicitly disable the config cache.
2020-07-09 15:47:58 -07:00
Stefan Schneider 6db55ca8db [docs][rllib] Recommended workflow for training, saving, and testing (#9319) 2020-07-09 15:47:10 -07:00
Sven Mika 4da0e542d5 [RLlib] DDPG and SAC eager support (preparation for tf2.x) (#9204) 2020-07-08 16:12:20 +02:00
Benjamin Black 1425cdf834 Pettingzoo environment support (#9271)
* added pettingzoo wrapper env and example

* added docs, examples for pettingzoo env support

* fixed pettingzoo env flake8, added test

* fixed pettingzoo env import

* fixed pettingzoo env import

* fixed pettingzoo import issue

* fixed pettingzoo test

* fixed linting problem

* fixed bad quotes

* future proofed pettingzoo dependency

* fixed ray init in pettingzoo env

* lint

* manual lint

Co-authored-by: Eric Liang <ekhliang@gmail.com>
2020-07-06 21:32:26 -07:00
Ian Rodney 6fecd3cfce [autoscaler] Run initialization_commands without a persistent connection (#9020)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-07-06 16:34:59 -07:00
Richard Liaw 139d21e068 [tune] Docs for tune-sklearn (#9129)
Co-authored-by: krfricke <krfricke@users.noreply.github.com>
2020-07-06 15:35:10 -07:00
Richard Liaw b71c912da7 [tune] Fix up examples (#9201) 2020-07-05 01:16:20 -07:00
Michael Luo 851d02463b [Doc] RLlib Algorithms Documentation: MAML + PyTorch MAML (#9189) 2020-07-03 11:05:15 -07:00
Eric Liang 4b62a888cc [rllib] Remove deprecated policy optimizer package. (#9262) 2020-07-02 14:39:40 -07:00
Richard Liaw d35f0e40d0 [tune] Use public methods for trainable (#9184) 2020-07-01 11:00:00 -07:00
krfricke e0b6984dce [tune] pytorch lightning template and walkthrough (#9151)
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-06-29 16:52:07 -07:00
Richard Liaw 625b66bde7 [docs] Show commands on documentation (#9165) 2020-06-27 12:56:56 -07:00
Sven Mika d6f84bb072 Win10 setup-dev.py fixes. (#9169) 2020-06-27 21:28:11 +02:00
Dean Wampler b7cc1e78d7 Removed obsolete "detached=True" for detached actor in documentation. (#9158)
* Added small section on installation when using Anaconda. Also fixed an obsolete link to Anaconda.

* Delete more temporary directories when running the doc "make clean".

* Fixed typo in LinearDiscreteEnv docs

* Removed the "detached=True" from the description of detachted actors, because it is now deprecated.

Co-authored-by: Dean Wampler <dean@concurrentthought.com>
2020-06-26 09:47:41 -07:00
Richard Liaw 56d934bc18 [docs] Revised Cluster documentation (#9062)
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-06-26 09:29:22 -07:00
krfricke 22ea8dde84 [Tune] Added XGBoost tutorial and template (#9060)
* Added XGBoost tutorial and template

* XGBoost tutorial: Cut some clutter

* Apply suggestions from code review

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

* Added XGboost logo

* Fixed further references

Co-authored-by: Kai Fricke <kai@anyscale.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-06-25 15:59:54 -07:00
Richard Liaw 75e6775b36 [docs] Make Contributions/Building pages more prominent (#9054)
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-06-25 12:38:12 -07:00
Edward Oakes aa3fd62cac [serve] Add shadow traffic API (#9106) 2020-06-25 10:55:22 -05:00
ElektroChan89 4bc1d7c043 [docs] Update grid_random.rst (#9102) 2020-06-24 12:36:42 -07:00
mehrdadn 0487c250e8 Windows compatibility (#93)
Co-authored-by: mehrdadn <mehrdadn@users.noreply.github.com>
Co-authored-by: Mehrdad <noreply@github.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-06-24 11:27:28 -07:00
goulou 9b4428c668 [ASHA][docs] Change default value of "brackets" (#9101)
Closes #9058
2020-06-23 14:43:27 -07:00
Amog Kamsetty 649a08926d Fix link to serve (#9109) 2020-06-23 16:06:24 -05:00
Edward Oakes c9010eb8ad [serve] Add serve.shutdown() (#8766) 2020-06-23 13:42:03 -05:00
Edward Oakes b88059326d [docs] Rotate serve to top of sidebar (#9090) 2020-06-22 17:52:11 -07:00
SangBin Cho 2154f38ae5 [Dashboard] Update the Ray dashboard documentation to explain memory view. (#8945) 2020-06-22 13:50:32 -05:00
Richard Liaw acdd873481 [docs/sgd] Fix test failure + make slack link large (#9051) 2020-06-21 15:55:06 -07:00
Max Fitton ad09aa985c Make Dashboard Port Configurable (#8999) 2020-06-19 16:26:22 -05:00
mehrdadn 92f67cd2ae Add Optional Fast Build Configuration (#8925)
* Fast builds by default

* Update doc/source/development.rst

Co-authored-by: Simon Mo <xmo@berkeley.edu>

Co-authored-by: Mehrdad <noreply@github.com>
Co-authored-by: Simon Mo <xmo@berkeley.edu>
2020-06-18 14:12:12 -07:00
Robert Nishihara f97f95cfa5 Add links to nightly windows wheels in installation documentation. (#9006) 2020-06-18 12:30:14 -07:00
Ian Rodney 069b121cc1 [docs] Remove Old warning about IOCTL (#8977) 2020-06-16 18:14:53 -07:00
Simon Mo 1a1ddc74c4 [Serve] Add package reference and links keyword to docstring (#8955) 2020-06-15 18:47:59 -07:00
Richard Liaw 6c49c01837 [tune] Function API checkpointing (#8471)
Co-authored-by: krfricke <krfricke@users.noreply.github.com>
2020-06-15 10:42:54 -07:00
SangBin Cho 3ca0e6f636 Update incorrect detached actor docs (#8930) 2020-06-15 12:31:02 -05:00
Eric Liang 34bae27ac7 [rllib] Flexible multi-agent replay modes and replay_sequence_length (#8893) 2020-06-12 20:17:27 -07:00
Richard Liaw e4a1cda0ad [tune][hotfix] fix links (#8904) 2020-06-11 11:29:16 -07:00
Richard Liaw 91d55f52ab [docs] Why Tune? (#8790)
Co-authored-by: Sumanth Ratna <sumanthratna@gmail.com>
2020-06-11 11:23:36 -07:00
Sven Mika a90cd0fcbb [RLlib] Unity3d soccer benchmarks (#8834) 2020-06-11 14:29:57 +02:00
internetcoffeephone 9166e22085 Add doc explanation about synchronous algorithm shared GPU utilization between workers and driver. (#8400) 2020-06-11 01:06:04 -07:00
Sumanth Ratna 46dfd53c7d [tune] [docs] Fix external hyperlinks (#8881) 2020-06-10 18:09:45 -07:00
Simon Mo cf53b35147 [Serve] Add doc for model composition (#8871)
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-06-10 11:09:22 -07:00
Chapman Siu 04cffb7e65 [docs] rllib-models.rst - QMIX +parametric (#8868)
Updating docs to show that QMIX supports parametric action space, as per SMAC environments. 

This is reflected in the code here: https://github.com/ray-project/ray/blob/master/rllib/agents/qmix/qmix_policy.py#L179 and consistent with QMIX being an extension of DQN
2020-06-09 21:56:16 -07:00
mehrdadn f93bb008bb Change os.uname()[1] and socket.gethostname() to the portable and faster platform.node_ip() (#8839)
Co-authored-by: Mehrdad <noreply@github.com>
2020-06-08 21:29:46 -07:00
Edward Oakes 5d124489a9 [serve] Require backend when creating endpoint (#8764) 2020-06-06 21:10:42 -05:00
Eric Liang be26a7b1b0 [rllib] Support for complex / variable-length observation spaces (#8393) 2020-06-06 12:22:19 +02:00
Edward Oakes 7bfce5c027 [serve] Clarify OMP_NUM_THREADS behavior (#8740) 2020-06-05 15:39:37 -05:00
Edward Oakes c0df913b19 [serve] [docs] Cleanup splitting traffic, add A/B testing and incremental rollout (#8741) 2020-06-05 15:39:09 -05:00
Sven Mika c74dc58f8b [RLlib] Fix use_lstm flag for ModelV2 (w/o ModelV1 wrapping) and add it for PyTorch. (#8734) 2020-06-05 15:40:30 +02:00
Amog Kamsetty 9410e5884d [Tune] Parametrize Cloud Syncing Frequency (#8771) 2020-06-04 18:55:50 -07:00
Edward Oakes c1a97c8c04 [Doc] clarify delete in serve docs (#8765) 2020-06-04 15:22:30 -07:00