-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[RLlib] Fix IMPALA/APPO learning behavior: Fix EnvRunner sync bug, GPU loader thread, enable local learner w/ GPU. #48314
Merged
sven1977
merged 46 commits into
ray-project:master
from
sven1977:fix_impala_gpu_loader_thread_and_local_learner
Nov 7, 2024
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
54579d5
wip
sven1977 8443dcb
Revert "Revert "[RLlib] Upgrade to gymnasium 1.0.0 (ale_py 0.10.1, mu…
sven1977 ab2b22c
wip
sven1977 43bd52f
Merge branch 'master' of https://github.com/ray-project/ray into fix_…
sven1977 716c241
Merge branch 'revert-48297-revert-45328-upgrade_gymnasium_to_1_0_0a1'…
sven1977 a967fd4
wip
sven1977 bc17c93
wip
sven1977 17c6bad
wip
sven1977 ee208a0
wip
sven1977 bef9e1f
wip
sven1977 43b9ba6
wip
sven1977 317875a
Merge branch 'master' of https://github.com/ray-project/ray into fix_…
sven1977 b2aebd1
wip
sven1977 c403ffe
wip
sven1977 bde9583
Merge branch 'master' of https://github.com/ray-project/ray into fix_…
sven1977 e576ebe
wip
sven1977 7396518
wip
sven1977 3ff57ae
learns Pong-v5 on 1 (local) GPU and 46 env runners in ~6-7min.
sven1977 8afddb4
wip
sven1977 ced8703
fix
sven1977 8148259
Merge branch 'master' of https://github.com/ray-project/ray into fix_…
sven1977 a98568a
fix
sven1977 5e29b1f
Merge branch 'master' of https://github.com/ray-project/ray into fix_…
sven1977 dde1132
fix
sven1977 db4641c
fix
sven1977 aa9c578
Merge branch 'master' of https://github.com/ray-project/ray into fix_…
sven1977 20efe00
Merge branch 'master' of https://github.com/ray-project/ray into fix_…
sven1977 5b979f7
wip
sven1977 157060f
wip
sven1977 0c09e74
wip
sven1977 3602517
fixes
sven1977 97cb2a8
merge
sven1977 8574688
fix
sven1977 c674cd7
fix
sven1977 f3c0352
Merge branch 'master' of https://github.com/ray-project/ray into fix_…
sven1977 051c3bc
wip
sven1977 cebbec1
fix
sven1977 fa07017
fix
sven1977 0e34fd9
merge
sven1977 07faf22
fix
sven1977 a1f68b1
Merge branch 'master' of https://github.com/ray-project/ray into fix_…
sven1977 fa63e33
fix
sven1977 277e057
wip
sven1977 8fae002
fix
sven1977 308e161
fix
sven1977 3f31afa
wip
sven1977 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't we continue here before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we sent the empty results into the logger and tried to extract the model state from it, which wouldn't succeed. So it was pretty much a waste of time :)