You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
log_prob should be multiplied by temperature factor (alpha) when calculating pi_loss in ALL implementations of SAC.
The text was updated successfully, but these errors were encountered: