-
Notifications
You must be signed in to change notification settings - Fork 1.2k
optimize training procedure and improve code coverage #189
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
Merged
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
ea62500
collect fake data when buffer is None in Collector
Trinkle23897 b8a797c
add env_id in info for all environments
youkaichao d47c38d
fix test in collector preprocess_fn
Trinkle23897 43cbed7
potential bugfix for subproc.wait
youkaichao cea56cb
add steps count for test env; copy data for list buffer
youkaichao b0ae34c
enable exact n_episode for each env.
youkaichao 6725bfc
.keys()
Trinkle23897 9489e7a
test __contains__
Trinkle23897 4d943e7
fix atari test
Trinkle23897 c1e4fbd
move deepcopy to collector (whole_data inplace modification cause Lis…
Trinkle23897 4516b90
bypsas the attr check for batch.weight, test_dqn training fps 1870 ->…
Trinkle23897 c8ca9e5
change nstep to_torch and reach 1950+ (near v0.2.4.post1)
Trinkle23897 c50de09
fix a bug in per
Trinkle23897 b0e3cd5
batch.pop
Trinkle23897 d52f4f3
move previous script to runnable/
Trinkle23897 6be957c
rename
Trinkle23897 1367e2c
little enhancement by modifying _parse_value
Trinkle23897 cdbf8f6
add max_batchsize in a2c and ppo
Trinkle23897 7585f49
move test_gae to test/base/test_returns
Trinkle23897 543a7d9
add test_nstep
Trinkle23897 7681742
increase drqn gamma
Trinkle23897 a9c1b2e
performance improvement (+50) by analyzing traces
Trinkle23897 4d24149
add policy.eval() before watching its performance
Trinkle23897 dbddda7
remove previous atari script
Trinkle23897 88db97b
find a bug in exact n_episode
Trinkle23897 226a518
fix 0 in n_episode
Trinkle23897 5fe0850
improve little coverage
Trinkle23897 8c0f414
add missing test
Trinkle23897 0a168ce
add missing test for buffer, to_numpy and to_torch
Trinkle23897 a13bffa
add missing test for venv and utils
Trinkle23897 e920906
fix test
Trinkle23897 a68fc99
fix RecurrentActorProb and add test
Trinkle23897 b265265
little increase
Trinkle23897 51336a8
add a little test
Trinkle23897 e7387ff
minor fix
Trinkle23897 b710aed
merge_last in batch.split() (#185)
Trinkle23897 d98ed79
fix batch.split
Trinkle23897 25ddfd7
add merge_last in policy
Trinkle23897 e288d8c
change merge_last logic and add docs in preprocess_fn
Trinkle23897 c3d2bad
test_pg is too slow
Trinkle23897 da6277c
fix tensorboard logging
Trinkle23897 50aa5cf
add a check of buffer
Trinkle23897 4b90396
size 2000 -> 256
Trinkle23897 c8ed82d
simplify test batch.split
Trinkle23897 96bc690
fix docstring
Trinkle23897 20b7b48
simplify batch.split
Trinkle23897 340931f
optimize for batch.{cat/stack/empty}
Trinkle23897 1ca2d98
remove buffer **kwargs
Trinkle23897 9dce2c7
fix some type
Trinkle23897 df4129f
fix
Trinkle23897 c1dade5
reserve only one bypass in collector
Trinkle23897 efb4e00
minor fix
Trinkle23897 089d784
minor fix for some docstrings
Trinkle23897 225ab6a
simplify setup.py
Trinkle23897 5c2c506
test new init
Trinkle23897 9eee84f
version file
Trinkle23897 c1ac1dc
version file
Trinkle23897 9b643cf
fix some type annotation
Trinkle23897 12bc4cd
docstring
Trinkle23897 d1b1831
docstring
Trinkle23897 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.