* Upload wheels to latest directory as well on GitHub Actions
* Fix bug in install-dependencies.sh
* Move out bazel build //:* from install_ray, since it isn't really necessary for that purpose
* Build wheels for different versions of Python on Windows
* Compile Windows in opt mode
Co-authored-by: Mehrdad <noreply@github.com>
- This PR completes any previously missing PyTorch Model counterparts to TFModels in examples/models.
- It also makes sure, all example scripts in the rllib/examples folder are tested for both frameworks and learn the given task (this is often currently not checked) using a --as-test flag in connection with a --stop-reward.
* parametrize test
* Regression test and logging
* Test no restart after actor deletion
* Unit tests
* Refactor to subscribe to and lookup from worker failure table
* Refactor ActorManager to remove dependencies
* Revert "Regression test and logging"
This reverts commit 835e1a9091b51ca8efb00392d4cc4a665145de24.
* Revert "parametrize test"
This reverts commit f31272082831ba1a494816dd5511d87b24eca4c9.
* Revert "Test no restart after actor deletion"
This reverts commit 114a83de14329aa6ab787c80cd5757cf074a9072.
* doc
* merge
* Revert "Refactor to subscribe to and lookup from worker failure table"
This reverts commit 6aa13a05178d0b9aa1db9dee5c978c911b74fa3a.
* Revert "Revert "Test no restart after actor deletion""
This reverts commit 1bd92d09172aa8ab42632551cf9c56463f9598fe.
* Revert "Revert "parametrize test""
This reverts commit 639ba4d3b02167fb2b05e9878f9aa600bcec95b3.
* Revert "Revert "Regression test and logging""
This reverts commit f18b5f0db699a23cbccde32789e3639425e99ca4.
* Clean up actors that have gone out of scope
* Use actor ID instead of shared_ptr
* Clean up actors owned by dead workers
* Use actor ID instead of shared_ptr
* TODO and lint
* Fix unit tests
* Add unit tests for supervision and docs
* xx
* Fix tests
* Fix tests
* fix build