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
tanh activation is used for critic output which limits the output range between -1 and 1. However, the self.reward which is used as ground truth for critic training is discounted cumulative sum of all rewards which can easily exceed 1. Is tanh a sensible activation for loss?
The text was updated successfully, but these errors were encountered:
tanh activation is used for critic output which limits the output range between -1 and 1. However, the self.reward which is used as ground truth for critic training is discounted cumulative sum of all rewards which can easily exceed 1. Is tanh a sensible activation for loss?
The text was updated successfully, but these errors were encountered: