forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rukon/1.11.0 bonsai sync #123
Open
RuofanKong
wants to merge
83
commits into
releases/1.11.0
Choose a base branch
from
rukon/1.11.0-bonsai-sync
base: releases/1.11.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…-project#14817)" (ray-project#14887) This reverts commit 8769953.
- Use placement groups - Introduce time between checks for failure testing - Use gloo instead of nccl (cherry picked from commit b366500)
…lled at beginning. (ray-project#14737)" (ray-project#14918) This reverts commit 3e389d5.
- Use placement groups - Introduce time between checks for failure testing - Use gloo instead of nccl
…nto releases/1.3.0
…oject#14991) * Fixed Dask on Ray compatibility with dask==2021.3.1 which drops Python 3.6 support * Lint
…oject#14910) This reverts commit 9ccf291.
…s when running many short trials (ray-project#15011) Closes a release blocking issue (cherry picked from commit d33b0e4)
* Fix * format * more * format * fix * fix * fix comment * fix test failure
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
* server side ready * client size * py * fix * up * format * add files * add pyx * up * up * up * add keys * format * update * format * add unittests * add files * up * up * fix * up * fix thread issue * format * fix * Fix * format * fix * more * fix conflict * fix * fix order * format * compiling fix * lint * fix * fix some * some fix * fix comment * fix name * format * fix compatible issue * fix name * fix lint * disconnect safe * up * format * fix Co-authored-by: Yi Cheng <singye888@gmail.com>
* server side ready * client size * py * fix * up * format * add files * add pyx * up * up * up * add keys * format * update * format * add unittests * add files * up * up * fix * up * fix thread issue * format * fix * Fix * format * fix * more * fix conflict * fix * fix order * format * compiling fix * lint * fix * fix some * some fix * fix comment * fix name * format * fix compatible issue * fix name * fix lint * disconnect safe * up * format * fix Co-authored-by: Yi Cheng <singye888@gmail.com>
(cherry picked from commit bbfa8ff)
… support. (ray-project#14982) * Basic implementation for the the periodic asio stats printing support. * hacky way to count grpc stats. * lint * Fix an issue. * Revert the request/reply.
…ct#15027) * Task dependency map * Pinned args threshold * Unit test and fix * no leaks * update * update * remove assertion
…rily (ray-project#15287) * Fix problem. * [Hotfix] Pin `dm-tree` package version (ray-project#15249) `dm-tree` released a new version https://pypi.org/project/dm-tree/#history and it depends on `bazel` to build from source, and it conflicts with our current bazel setup (this conflict is non-trivial to fix). Co-authored-by: Simon Mo <simon.mo@hey.com>
…nto releases/1.3.0
…ory) colocated missing replay actors. (ray-project#15295)
* No Case: Fixed the PPO runtime error metrics. * Get from policy. * Remove unused methods. * Added the batch reduce method. * Fixed the gym version to 0.18.0. Co-authored-by: Ruofan Kong <rukon@MacBook-New.local>
Co-authored-by: Ruofan Kong <rukon@MacBook-New.local>
Co-authored-by: Ruofan Kong <rukon@MacBook-New.local>
No Case: RLLib fixed the CQL-SAC Q loss.
No Case: RLLib 1.3.0 fixed the DQN convergence issue per master branc…
* handle psutil exceptions when generating RayOutOfMemory message * add process entry to proc_stats even when an exception occurs * Pinned aiohttp and aioredis versions * Pinned aiohttp and aioredis versions * sudo nvm install node * make ssh stop fault-tolerant * fixed Docker image command * enable installation of NodeJS in Mac * enable installation of NodeJS in Mac * update hash Co-authored-by: Edilmo Palencia <edilmo@gmail.com>
* Adding L2 and Dropout * added vib decoder and unittest * handle psutil exceptions when generating RayOutOfMemory message * add process entry to proc_stats even when an exception occurs * Pinned aiohttp and aioredis versions * Pinned aiohttp and aioredis versions * sudo nvm install node * make ssh stop fault-tolerant * fixed Docker image command * enable installation of NodeJS in Mac * enable installation of NodeJS in Mac * added VIB regularizer * minor bug fix * fix test_dependency_tf * added vib support for complex net * bug fix Co-authored-by: Abhik Singla <abhiksingla@microsoft.com> Co-authored-by: Kiko Aumond <kikoaumond@microsoft.com> Co-authored-by: Edilmo Palencia <edilmo@gmail.com>
…iko/log4j_ray_1.3.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.