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
In the following line, the code can break if the value of 'self.max_action' is high enough that 'action' could have a high value, making the value within the logarithm negative. Negative values of logarithms return NaN.
In the following line, the code can break if the value of 'self.max_action' is high enough that 'action' could have a high value, making the value within the logarithm negative. Negative values of logarithms return NaN.
log_probs -= T.log(1-action.pow(2)+self.reparam_noise)
Youtube-Code-Repository/ReinforcementLearning/PolicyGradient/SAC/networks.py
Line 130 in a600647
The text was updated successfully, but these errors were encountered: