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
I find that the implementation in PPOAgent from line 514 in grid/toy_grid_dag.py: adv = r + vsp * (1-d) - vs is only an implementation of the delta term in PPO raw paper. It's not the full term of the advantage function.
Was that a misunderstanding of your code or PPO?
The text was updated successfully, but these errors were encountered:
I find that the implementation in PPOAgent from line 514 in grid/toy_grid_dag.py:
adv = r + vsp * (1-d) - vs
is only an implementation of the delta term in PPO raw paper. It's not the full term of the advantage function.Was that a misunderstanding of your code or PPO?
The text was updated successfully, but these errors were encountered: