-
Notifications
You must be signed in to change notification settings - Fork 998
SAC-discrete implementation #270
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 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
18b643b
add draft of SAC discrete implementation
timoklein c3c98bd
run pre-commit
timoklein ec31dc4
Use log softmax instead of author's log-pi code
timoklein deb37e8
Revert to cleanrl SAC delay implementation (it's more stable)
timoklein a1fdd2b
Remove docstrings and duplicate code
timoklein 977a83a
Use correct clipreward wrapper
timoklein f2ea3e6
fix bug in log softmax calculation
timoklein 48af04c
adhere to cleanrl log_prob naming
timoklein b2a09a0
fix bug in entropy target calculation
timoklein 89680c7
change layer initialization to match existing cleanrl codebase
timoklein b1d7d44
working minimal diff version
timoklein 61e1c74
implement original learning update frequency
timoklein 7cd1e3a
parameterize the entropy scale for autotuning
timoklein 61c46fc
add benchmarking script
timoklein 4915e4c
rename target entropy factor and set new default value
timoklein 6f7251f
add docs draft
timoklein 23b60ff
fix SAC-discrete links to work pre merge
timoklein 10ee9f0
add preliminary result table for SAC-discrete
timoklein 8430fd8
clean up todos and add header
timoklein a17768c
minimize diff between sac_atari and sac_continuous
timoklein d6a507c
add sac-discrete end2end test
timoklein a7ea6f4
SAC-discrete docs rework
timoklein 9f6493c
Update SAC-discrete @100k results
timoklein 59a6d00
Fix doc links and unify naming in code
timoklein 1304b7a
update docs
vwxyzjn 3a3f41b
fix target update frequency (see PR #323)
timoklein 80187ad
clarify comment regarding CNN encoder sharing
timoklein e9cb494
Merge remote-tracking branch 'upstream/master' into sac-discrete
timoklein e199e39
fix benchmark installation
timoklein bb27fa1
fix eps in minimal diff version and improve code readability
timoklein 6a46632
add docs for eps and finalize code
timoklein cad5fff
use no_grad for actor Q-vals and re-use action-probs & log-probs in a…
timoklein 0cf47f1
update docs for new code and settings
timoklein 61988c4
fix links to point to main branch
timoklein 6e17005
update sac-discrete training plots
timoklein 33b00f3
new sac-d training plots
timoklein 5dabafb
update results table and fix link
timoklein 90b2fd5
fix pong chart title
timoklein a763994
add Jimmy Ba name as exception to code spell check
timoklein 071cdbb
change target_entropy_scale default value to same value as experiments
timoklein dcc2633
Merge remote-tracking branch 'upstream/master' into sac-discrete
timoklein c671a92
remove blank line at end of pre-commit
timoklein 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
use no_grad for actor Q-vals and re-use action-probs & log-probs in a…
…lpha loss
- Loading branch information
commit cad5fff474bf43e9463ccea1e5e42e14f1395db9
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
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.