-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Pytorch port of SAC #4219
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
Pytorch port of SAC #4219
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ea47183
Non-working commit of SAC
61bd08c
working SAC
3d24430
Merge latest add-fire
c9c5ecf
Fix bad merge
1ee90d5
Convert to list_to_tensor
b196b09
Fix issue with inverse tanh causing NaNs
fda491d
Allow caching to fix numerical instability
657febf
Working discrete
8f3e78c
Fix continuous SAC and PPO
1dcc1e9
Fix crash with single-branch
c766e21
Tweaks that don't actually fix anything
36bde90
Merge
4f9660a
It trains???
3aad4db
It does not
c65fe1d
Develop add fire sac exp (#4234)
vincentpierre 6930147
Minor perf improvements
4017e94
Remove inplace squeeze
9f70f48
Fix dimension issue (discrete trains)
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
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.
Should these be consts?