-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix SAC loss explode #333
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
Fix SAC loss explode #333
Conversation
Codecov Report
@@ Coverage Diff @@
## master #333 +/- ##
==========================================
+ Coverage 93.88% 94.19% +0.30%
==========================================
Files 51 51
Lines 3256 3256
==========================================
+ Hits 3057 3067 +10
+ Misses 199 189 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Could you give some opinion, please? @danagi |
* change SAC action_bound_method to "clip" (tanh is hardcoded in forward) * docstring update * modelbase -> modelbased
fix #332