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
Note: this is a minor detail since update can only be done in reset and not step (in step, we need to re-create a TensorDict with the next key thus rendering update useless. We will follow up discussions in #72 !
As spotted by @cbhua
Same as in TorchRL,
reset
updates incoming TensorDicts. So under our reset function, we can just calltd.update
Reference
The text was updated successfully, but these errors were encountered: