Skip to content
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

Temperature factor missing in SAC !!! #36

Open
Darkness-hy opened this issue Mar 11, 2022 · 1 comment
Open

Temperature factor missing in SAC !!! #36

Darkness-hy opened this issue Mar 11, 2022 · 1 comment

Comments

@Darkness-hy
Copy link

log_prob should be multiplied by temperature factor (alpha) when calculating pi_loss in ALL implementations of SAC.

@Darkness-hy
Copy link
Author

Also, the output of "log_std_head" layer in Actor network in SAC is no need to go through ReLu, because what we need is the LOG of std instead of std value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant