-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
PPO2 clip value loss #765
Comments
I have the same question. |
Does anyone have further insight on either/both of the questions posed? |
Issue #445 has some discussion on this |
I have the same question too. Searched for an answer but no luck. Please tell me the reason why it uses maximum instead of minimum. |
Ok. I got the answer now. |
If Clip the value to reduce variability during Critic training, why using tf.maximum(tf.square(vpred - R), tf.square(vpredclipped - R)) instead of using tf.minimum. Please tell me the reasons.
The text was updated successfully, but these errors were encountered: