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
Seems this is a problem with the TransformedEnv adding LSTM/GRU primers, previously the batch size was automatically added as the leading dimension which doesn't seem to happen with this update.
The text was updated successfully, but these errors were encountered:
This hasn't been fixed in tensordict yet @stanleyjs. But it is prompting me to specify a requirement version of torchrl and tensordict for acegen. I'll look into doing this ASAP.
Error
RuntimeError: tensor shape is incompatible with dest shape, got: tensor.shape=torch.Size([128]), dest=torch.Size([3, 512])
Reproduce
Environment
torchrl==0.6.0 (5244a90)
tensordict==0.6.0 (8c65dcb)
Discussion
Seems this is a problem with the TransformedEnv adding LSTM/GRU primers, previously the batch size was automatically added as the leading dimension which doesn't seem to happen with this update.
The text was updated successfully, but these errors were encountered: