-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
[Tune] [PBT] [Doc] Add example PBT notebook #28519
Merged
+1,642
−485
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d4ffcde
Add better PBT logging for exploit, explore
justinvyu d227adc
Simplify perturb logic
justinvyu dfef665
Add operation tracking and logging for PBT perturbs
justinvyu de064ab
[Debug] Temporary fix for PBT checkpoint setting and loading
justinvyu b07f4aa
Add forced checkpoint logic for PBT
justinvyu aff2bb4
Add example notebook walking through paper toy example
justinvyu ea54f45
Add animation, 4 trial expeirment, and more explanations to notebok
justinvyu 421dd03
Add 4 trial gif, separate make_animation function
justinvyu 6077337
Add open in colab button
justinvyu 8521074
Add __init__.py to pbt_visualization doc module
justinvyu f08ccfe
Merge branch 'master' of https://github.com/ray-project/ray into pbt_…
justinvyu 21eac42
Rerun 2 trial PBT to generate a better visual
justinvyu 0bdd8c8
Clean-up tune examples TOC into sub-sections + add PBT notebook into TOC
justinvyu 9726837
Add test for PBT mutations logging + fix for empty `hyperparam_mutati…
justinvyu 550fd44
Fix some wording in the notebook
justinvyu 1aa30c3
Merge branch 'master' of https://github.com/ray-project/ray into pbt_…
justinvyu d5f6357
Revert commits related to forced checkpoint
justinvyu b9763aa
Fix failing `_exploit` tests
justinvyu 03e6d17
Improve pbt example notebook explanations (mention async behavior), a…
justinvyu f965de7
Clean up references to the pbt example notebook
justinvyu df6940b
Remove missing reference to utils file
justinvyu 65ecf6d
Improve documentation and typing hints + fix shift noop case
justinvyu 755bebf
Add assertion for matching keys in summarize_hyperparam_changes
justinvyu 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
Improve documentation and typing hints + fix shift noop case
Signed-off-by: Justin Yu <justinvyu@berkeley.edu>
commit 65ecf6d24da764750de154f42f48995b73ae5887
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
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.
Can we add a comment here that explains what we're doing?
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.
Generally, let's add a few comments for this whole exploration block