Eric Liang
37053443b4
Restore set omp ( #7051 )
2020-02-04 15:02:23 -08:00
Dean Wampler
9b9c7f86f7
Improved contributor instructions ( #7026 )
...
* 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".
* Added a link to the docs for building and contributing
* Minor comment
2020-02-04 14:07:51 -08:00
Eric Liang
dc7e78deb4
[rllib] Add -v and --torch flags to first page of docs ( #7032 )
...
* add verbose doc
* torch
2020-02-04 10:17:51 -08:00
Simon Mo
dd095c476a
Move serve and asyncio tests to bazel ( #6979 )
2020-02-04 08:29:16 -08:00
Edward Oakes
844f607c93
Collect contained ObjectIDs during deserialization ( #7029 )
2020-02-03 22:49:14 -08:00
Simon Mo
5e8ded344a
[Serve] Fix flaky test with nursery double init ( #6982 )
2020-02-03 21:32:12 -08:00
Tianyi Chen
13882d052d
[Streaming] Streaming scheduler - part1-2: execution graph ( #6666 )
2020-02-04 11:51:21 +08:00
Edward Oakes
984490d2be
Collect object IDs during serialization ( #6946 )
2020-02-03 18:38:11 -08:00
SangBin Cho
ca5a9c6739
Exclude test profiling info endpoint ( #7030 )
...
* Skip test_profiling_info_endpoint when pytest running locally
* Fixed formatting.
* Fixed the reason for skipping the test based on pr comments
2020-02-03 16:49:03 -08:00
Siyuan (Ryans) Zhuang
42cbf801e1
workaround for python3.5 fast numpy serialization ( #6675 )
2020-02-03 13:08:18 -08:00
Mitchell Stern
271de9b04d
[Dashboard] Remove files used by previous dashboard ( #7028 )
2020-02-03 11:51:09 -08:00
Tianyi Chen
1c3d5add31
[Java] Fix check style problem. ( #7019 )
2020-02-03 22:10:38 +08:00
Hao Chen
b53d00b659
[Java] Fix Java test issues ( #7000 )
2020-02-03 19:21:25 +08:00
Eric Liang
740bd00651
Use 100k for memory limit #7013 )
2020-02-02 22:48:59 -08:00
Eric Liang
f939cb39ee
always set it ( #7006 )
2020-02-02 22:48:29 -08:00
Edward Oakes
77436c2e32
Use getppid() to check if the raylet has failed ( #6963 )
2020-02-02 22:05:21 -08:00
Richard Liaw
52c33b53f7
[minor][core] fix gpu ids for SLURM ( #7014 )
...
* fix gpu ids
* fix
2020-02-02 16:09:22 -08:00
Frank Röder
9d04f6617a
[tune] Align scheduler mode with search algorithm in example of… ( #7012 )
2020-02-02 15:06:39 -08:00
Philipp Moritz
cc43c9c1a2
Increase limit for autoscaler keys ( #7007 )
2020-02-01 22:29:40 -08:00
Eric Liang
fbc545c03b
[rllib] Support parallel, parameterized evaluation ( #6981 )
...
* eval api
* update
* sync eval filters
* sync fix
* docs
* update
* docs
* update
* link
* nit
* doc updates
* format
2020-02-01 22:12:12 -08:00
Sven Mika
b9ad79d66f
Add cartpole PPO torch to regression (besides tf). ( #7005 )
2020-02-01 17:41:38 -08:00
Eric Liang
8b4b49662b
Force OMP_NUM_THREADS=1 if unset ( #6998 )
...
* force omp
* update
* set
* workers
* link
2020-02-01 11:46:11 -08:00
roireshef
3c60caa448
[rllib] implemented compute_advantages without gae ( #6941 )
2020-01-31 22:25:45 -08:00
Edward Oakes
92525f35d1
Remove raylet client from Python worker ( #6018 )
2020-01-31 18:23:01 -08:00
Edward Oakes
341a921d81
Remove vanilla pickle serialization for task arguments ( #6948 )
2020-01-31 16:52:43 -08:00
Yutai Zhou
9b6794cbb0
[rllib] updated policy definition link ( #6989 )
2020-01-31 16:22:11 -08:00
Edward Oakes
8f07d21d19
Remove thread sanitizer from CI ( #6996 )
2020-01-31 14:15:27 -08:00
Jaroslaw Rzepecki
67319bc887
[RLlib] Update MARWIL to use tf policy template ( #6975 )
...
* update MARWIL to use tf policy template
* formatting fixes
2020-01-31 12:57:52 -08:00
Edward Oakes
4a78b60cf7
Remove link to meetup RSVP from docs ( #6995 )
2020-01-31 11:32:50 -08:00
SangBin Cho
c9f5def56a
Show lint download commands if tools not installed ( #6984 )
2020-01-31 10:42:09 -08:00
Sven Mika
211a9be9a5
[RLlib] Bug fix: PR anneals beta parameter beyond final given value. ( #6973 )
...
* Bug fix: PR anneals beta parameter beyond final given value.
* LINT.
* Trigger travis re-test.
2020-01-31 09:55:03 -08:00
Sven Mika
2ccf08ad10
[RLlib] Bug fix: DQN goes into negative epsilon values after reaching explora… ( #6971 )
...
* Bug fix: DQN goes into negative epsilon values after reaching exploration percentage.
* Add `epsilon_initial_eps` to SAC to pass test_nested_spaces.py.
* Add `exploration_initial_eps` to QMIX default config.
2020-01-31 09:54:12 -08:00
Simon Mo
4e2c4302e8
Remove test_gather_benchmark ( #6983 )
2020-01-31 09:42:05 -08:00
Maksim Smolin
64c8996a43
[raysgd] Update to fix examples out of the box ( #6966 )
...
* Update tf-example-sgd dependencies, AMI, and instance type
* Make PyTorch dependency optional
* Re-implement optional torch import
* Update tensorflow_train_example
* Setup tf-example-sgd config for SGD development
* Document the MultiWorkerMirroredStrategy behavior
* Run scripts/format
* Undo GPU default for CI
* Remove dev deploy file_mounts
* Update docs on tf_runner and tf_trainer
* Fix formatting
* Remove the debug file-mounts again
* Disable cifar example GPU usage by default so CI runs properly
* Mark failing PyTorch test as flaky
* Clarify the tf SGD sanity check
* Run format script
* Update tf-example-sgd.yaml
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-01-31 01:16:57 -08:00
roireshef
dc7a555260
[rllib] Feature/histograms in tensorboard ( #6942 )
...
* Added histogram functionality to custom metrics infrastructure (another tab in tensorboard)
* updated example to include histogram metric
* added histograms to TBXLogger
* add episode rewards
* lint
Co-authored-by: Eric Liang <ekhliang@gmail.com>
2020-01-30 22:02:53 -08:00
SangBin Cho
df518849ed
Remove ray.wait timeout warning for milliseconds ( #6980 )
2020-01-30 19:07:52 -08:00
Amog Kamsetty
c8bf0715a6
[Parallel Iterator] Local Shuffle ( #6921 )
...
* adding local shuffle and corresponding tests
* fix quotes
* addressing comments and adding seed argument
* formatting
* fix formatting issues
* change test size from small to medium
* addressing comments
2020-01-30 12:27:38 -08:00
Sven Mika
136ada5fb9
[RLlib] Experiment with py_func as a means to further unify tf and torch (Schedule classes). ( #6951 )
2020-01-30 11:27:57 -08:00
Ameer Haj Ali
b8135da122
Adding dependencies for scikit-learn in travis ( #6969 )
...
* Revert "Revert "Support of scikit-learn with ray joblib backend (#6925 )" (#6957 )"
This reverts commit 86100bc119
.
* adding scikit-learn to dependencies
2020-01-30 09:46:54 -08:00
Simon Mo
660eef6502
[Serve] Async Router ( #6873 )
2020-01-30 09:34:47 -08:00
Simon Mo
1e3a34b223
Rewrite the async api documentation ( #6936 )
...
* Rewrite the async api documentation
* Apply suggestions from code review
Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>
* clearify comment
* Add quickstart
* Add reference for async in ray.get ray.wait docstring
Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-01-30 09:34:09 -08:00
Amog Kamsetty
11d90d6d0c
Change files tested in Travis by changing git diff from 2-dot to 3-dot ( #6960 ).
2020-01-30 09:26:44 -08:00
Richard Liaw
5ab395236b
[tune] Experiment stopping API ( #6886 )
2020-01-30 00:34:08 -08:00
Simon Mo
5bdfc50bf6
Update the macos wheel name ( #6961 )
2020-01-29 15:23:43 -08:00
Eric Liang
86100bc119
Revert "Support of scikit-learn with ray joblib backend ( #6925 )" ( #6957 )
...
This reverts commit a7ecda6017
.
2020-01-29 14:56:09 -08:00
ijrsvt
ff706660d2
Kill Actor UI addition ( #6955 )
2020-01-29 14:32:19 -08:00
Edward Oakes
c2be794f10
Remove try/except import asyncio for python 2 ( #6947 )
2020-01-29 09:17:07 -08:00
Richard Liaw
037aa2b961
[sgd] Refactor PyTorch SGD Documentation. ( #6910 )
...
* Refactor documentation and directory structurre
* update loss
* ,ore examples
* fix comments
* more code
* svgs
* formatting
* more_docs
* more writing
* comments ready
* move
* whitespace
* examples
* fix
* bold
* pytorch
* batch
* fix
* fix test
* Apply suggestions from code review
* quarantinegp
* tests/
* fix missing
2020-01-29 08:51:01 -08:00
Edward Oakes
bfaee49880
Add 0.8.1 release test results ( #6943 )
2020-01-28 14:14:33 -08:00
Sven Mika
4c97348cb6
[RLlib] Schedule-classes multi-framework support. ( #6926 )
2020-01-28 11:07:55 -08:00