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 checked but I'm not sure of what is going on here.
It looks like this is indeed triggerered when you do the sync cpu transfer.
The call to to in tensordict looks like
where sub_non_blocking=False, device="cpu", dtype=None(maybetodoesn't like being given a dtype when it doesn't need to? A quick hack to test this would be for you to modify theFile "/home/user/miniconda3/envs/maniskill3_env/lib/python3.10/site-packages/tensordict/base.py", line 10595and remove thedtype` instruction)
Describe the bug
Maniskill3 crashes after env.rollout when transferring data to host (cuda to cpu).
The text was updated successfully, but these errors were encountered: