* WIP.
* Fix float32 conversion in OneHot preprocessor (would cause float64 in eager, then NN-matmul-failure).
Add proper seq-len + state-in construction in eager_tf_policy.py::_compute_gradients().
* LINT.
* eager_tf_policy.py: Only set samples["seq_lens"] if RNN. Otherwise, eager-tracing will throw flattened-dict key-mismatch error.
* Move issue code to examples folder.
Co-authored-by: Eric Liang <ekhliang@gmail.com>
* 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
* 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>
* 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>
* 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
* Revert "Revert "Support of scikit-learn with ray joblib backend (#6925)" (#6957)"
This reverts commit 86100bc119.
* adding scikit-learn to dependencies
* 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>