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 think you should use retain_graph=Truehere, because otherwise, the graph will be freed from there and update of value function will not affect the update of the actor.
Hi,
I think you should use
retain_graph=Truehere, because otherwise, the graph will be freed from there and update of value function will not affect the update of the actor.