-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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] Add the ability to run arbitrary Python scripts with ray.tune #1132
Merged
Merged
Changes from 38 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
07e9263
fix yaml bug
ericl ed9d2d1
add ext agent
ericl 4f4d6de
gpus
ericl 2aaf661
update
ericl bc86b46
tuning
ericl 96775f1
docs
ericl 56ad4ea
Sun Oct 15 21:09:25 PDT 2017
ericl 55b2386
lint
ericl a9e8345
update
ericl 140b612
Sun Oct 15 22:39:55 PDT 2017
ericl 924741d
Sun Oct 15 22:40:17 PDT 2017
ericl 9524e03
Sun Oct 15 22:43:06 PDT 2017
ericl d74fafc
Sun Oct 15 22:46:06 PDT 2017
ericl c0a98b1
Sun Oct 15 22:46:21 PDT 2017
ericl 2f5a93f
Sun Oct 15 22:48:11 PDT 2017
ericl de3f5f9
Sun Oct 15 22:48:44 PDT 2017
ericl 9cea84e
Sun Oct 15 22:49:23 PDT 2017
ericl a5eb3bb
Sun Oct 15 22:50:21 PDT 2017
ericl be304f8
Sun Oct 15 22:53:00 PDT 2017
ericl da8fff1
Sun Oct 15 22:53:34 PDT 2017
ericl f3b75b7
Sun Oct 15 22:54:33 PDT 2017
ericl f7ba39f
Sun Oct 15 22:54:50 PDT 2017
ericl b3ae696
Sun Oct 15 22:55:20 PDT 2017
ericl 2eedda8
Sun Oct 15 22:56:56 PDT 2017
ericl 7477228
Sun Oct 15 22:59:03 PDT 2017
ericl 2c6ccd0
fix
ericl 1b13de1
Update tune_mnist_ray.py
ericl cbb168e
remove script trial
ericl 196aa6c
fix
ericl 9265b83
reorder
ericl ef8f5c0
fix ex
ericl 88c3a96
py2 support
ericl d8babc2
upd
ericl 1060ca9
comments
ericl 2b64a06
comments
ericl 0d4d6c6
cleanup readme
ericl 9cea4cf
fix trial
ericl 0323c24
annotate
ericl d5ba6da
Update rllib.rst
ericl 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
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 was deleted.
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
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.
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.
Apparently, pyyaml has a bug where it can't parse scientific notation correctly.