-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Question about VPG implementation #141
Comments
|
Thanks! |
Quick follow up question about #2, is the same logic not applied to solving the policy optimizing problem because the loss function is not mean to converge? Could more iterations be useful for any other reason? |
Given GAE, you need the best V_estimate for a given policy Pi to compute your advantage function. So, all your computation needs to be constrained by the equations. |
Well two questions really, about these lines:
spinningup/spinup/algos/vpg/vpg.py
Lines 214 to 219 in 97c8c34
The text was updated successfully, but these errors were encountered: