-
Notifications
You must be signed in to change notification settings - Fork 102
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
Remove value function from SAC #64
Comments
Hi,
|
Hi, thanks for working on this issue. Actually I just modified this part last week and applied the changes to the latest master. |
Oh, I found the CriticV is not removed even the SAC class does not use it. I'll fix it later. |
It is all my pleasure. |
Recent SAC implementations do not explicitly learn value function and estimate it from soft-Q function instead.
Follow the recent implementation from author's repo
The text was updated successfully, but these errors were encountered: