-
Notifications
You must be signed in to change notification settings - Fork 29
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
Docopt #38
Merged
Docopt #38
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
cdac69f
adept.app parser
jtatusko 00cb4b8
Merge branch 'master' into docopt
jtatusko ee7ce82
docopt app working with local
jtatusko 1f6d83f
formatting
jtatusko ee26364
beginnings of user arg prompt
jtatusko e2c1be8
user prompt complete
jtatusko 2958faa
new args, gpu oom
jtatusko 15c8dfa
defaults for agent, separate RequiresArgs into util
jtatusko 85fed6c
fix broken imports
jtatusko 61937d1
incorporate agent registry
jtatusko 821ee4c
reward norm in env registry
jtatusko 3aeda9c
default dict not working like i think
jtatusko ac0845e
local running
jtatusko e0b5368
housekeeping
jtatusko 45d77d1
towered maybe working
jtatusko 74072ed
fix towered
jtatusko b9c83c5
impala working
jtatusko a8f3ad6
add example JSON modification
jtatusko 0b08785
eval working
jtatusko d7702f4
local has resume option, resume_local script removed
jtatusko 3cf77cc
rename plugin to module
jtatusko 68d6a92
fix shebangs
jtatusko 7ac2a99
add eval
jtatusko 73dba24
make log id
jtatusko daa4693
housekeeping
jtatusko 844865c
fix tests
jtatusko 1dab1e6
render_atari using docopt, logidhelper
jtatusko 65393c8
final changes
jtatusko 97e4d24
address comments
jtatusko 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
new args, gpu oom
- Loading branch information
commit 2958faaba1c525fb650b22b93696c8e7cd20211c
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,5 +81,5 @@ | |
args.mode_name = 'Local' | ||
|
||
for env_id in ATARI_6_ENVS: | ||
args.env_id = env_id | ||
args.env = env_id | ||
main(args) |
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.
module_class