forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* syncing to 1.7.2 * common public rllib cql renames * patching sac dist class get * retrofitting rllib/offline package to 1.7.2 * retrofit space_utils 1.7.2 * retrofit ray.tune.registry to 1.7.2 (add input registry) * test changes * cql test pendulum data * in 1.3, replay buffer isn't reworked to track capacity vs. current size * Updating metrics to 1.7.2 (update sampled count on request to enable proper train iteration size) * slight test refactoring to enable intermediate debugging * fixing bazel test //rllib:test_cql * additional cql_sac cleanup * removing cql apex sac tests * rolling back non-existent policy call signature in offline component * trying to fix macos python verison at 3.8.15 * changing bazel definition for test_cql. The test passes for me in command line but fails in the pipeline where it fails to locate the json data file. * parity with BUILD for test_cql in 1.7.2 (removing data glob) -- does it help? * fixes -- this now runs with the benchmark * Rolling back cql_dqn cleanup * trying to add data label to test * set recursive mod 777 on /home/vsts/work/_temp/_bazel_vsts directory prior to build * use $TEST_TMPDIR env variable instead of literal directory name * Kiko/cql 1.7.2 port (#172) * set recursive mod 777 on /home/vsts/work/_temp/_bazel_vsts directory prior to build * use $TEST_TMPDIR env variable instead of literal directory name * brining more changes from 1.13.0 to update timesteps_total metric correctly for CQL * REVERTING TO PYTHON 3.8 FOR MAC * explicitly set MACOSX_DEPLOYMENT_TARGET env variable * removed minor version of Python; renamed steps to relect correct Python version * get latest pip version to test MacOs wheels * updated hash * undid changes to info,yml * unbounded setuptools * undid change * Fix MacOs version if bdist_wheel generates incorrect MacOS version tag for wheel * undid changes * undid changes * undid changes * force reinstall tune and upstream requirements * updatd CI hash * updated dependencies * updated requirements * updated requirements * updated requirements * updated requirements * updated requirements * updated ci folder hash * updated requirements * updated requirements * updates CI hash * updated requirements * updated requirements * updated requirements * updated requirements * undid requirement changes * updated ci folder hash * updated requirements * updated requirements * updated requirements * updated requirements * updated requirements * updated requirements * updated requirements * updated dependencies * updated requirements * updated dependencies * apt update * fixed GCC download, set Ubuntu 20.04 as default OS for pipeline * updated requirements * updated requirements * fixed setup.py * updated ci hash * fixed setup.py * fixed setup.py * fixed setup.py * updated requirements * fixed setup.py * force reintall of torch and torchvision * updated ci hash * fixed rllib requirements * updated requirements * updated requirements * updated requirements * updated requirements * updated requirements * updated requirements * updated dependencies * updated dependencies * updated requirements * updated requirements * updated requirements * explicitly set locale in MacOS to fix test_signal * keep only Ray Fork Build fixes --------- Co-authored-by: Dmitriy <[email protected]>
- Loading branch information
1 parent
eb857b9
commit e5047fa
Showing
13 changed files
with
19,083 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.