-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Improve PER #159
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
Improve PER #159
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
9e636ed
first segtree without test
Trinkle23897 9208895
test some code
Trinkle23897 addc7a9
test prefix-sum-idx
Trinkle23897 6f7e0d1
Merge branch 'dev' into prio-buffer
Trinkle23897 f580910
Merge branch 'dev' into prio-buffer
Trinkle23897 c0c1290
finish test segtree
Trinkle23897 322a520
fix test
Trinkle23897 e15803f
change prio-buffer
Trinkle23897 a3e037a
align PER
Trinkle23897 0f0c58b
fix test
Trinkle23897 bbf60cd
fix a bug
Trinkle23897 31c25c3
remove mintree
Trinkle23897 c3443ef
DQN and DDPG
Trinkle23897 4f72573
TD3 and SAC
Trinkle23897 15c53be
docs
Trinkle23897 0b8a316
revert gitignore
Trinkle23897 8301c74
Merge branch 'dev' into prio-buffer
Trinkle23897 c3c5a64
merge pdqn test to dqn
Trinkle23897 81ba208
Merge branch 'prio-buffer' of github.com:Trinkle23897/tianshou into p…
Trinkle23897 d9cd78c
rm <<>>
Trinkle23897 036e54c
fix test
Trinkle23897 27d51ce
Merge branch 'dev' into prio-buffer
Trinkle23897 3c0cb2e
change op
Trinkle23897 2bd7fac
Merge branch 'prio-buffer' of github.com:Trinkle23897/tianshou into p…
Trinkle23897 c772009
size assert
Trinkle23897 1f98d01
minor fix
Trinkle23897 a7472ac
minor fix
Trinkle23897 b6e0651
fix corner case
Trinkle23897 a6b2e2d
fix
Trinkle23897 6f5c4f6
fix test
Trinkle23897 1226e2f
fix numba part
Trinkle23897 370802a
add to profile test
Trinkle23897 d6765d7
doc polish and remove intricate xor operators
youkaichao 0ced37a
code refactor for _get_prefix_sum_idx
youkaichao cebcc2d
leave todo and doc fix
youkaichao 30a6619
small fix for torch ones like
youkaichao 61ea9f0
minor fix
Trinkle23897 687ccbb
minor fix
Trinkle23897 316974f
doc improve for sample
youkaichao 87bb133
fix dqn local test
Trinkle23897 1377a0d
Merge branch 'dev' into prio-buffer
Trinkle23897 fd2ee87
Merge branch 'dev' into prio-buffer
Trinkle23897 eb307eb
fix weight update in buffer.add
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.
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.
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.
It is better to make it a separate function?