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
In these lines, we mark a trajectory as truncated after callback.after_transition() is invoked, so the callback cannot tell if this transition is the last of the rollout. We should flip the order:
In these lines, we mark a trajectory as truncated after
callback.after_transition()
is invoked, so the callback cannot tell if this transition is the last of the rollout. We should flip the order:ldp/ldp/alg/rollout.py
Lines 241 to 252 in 1bc0330
The text was updated successfully, but these errors were encountered: