-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to make it compatible with torch.jit? #532
Comments
Hey! We're actually looking into this, thanks for showing interest. |
Thank you very much! 🙏🏻 |
Any updates on this? The scenario I am looking into right now is deploying trained models easily on edge devices. Tracing and jitting would be super helpful, as it avoids having to install many dependencies on the device. |
Same here. I want to deploy a trained policy to a quadruped. Currently none of |
Hello! Which brings us to the second point: the blessed way now to export python code is through torch |
TensorDict now supports compile for many of its operations. |
Thanks for your effort! Now I can compile my modules. But still, I have no clue how to export it to use on my robot: compiled modules are currently not serializable, and it seems Currently I have to directly Is there a good solution so far? |
Agree with @btx0424: I have the same use case, and while |
Do these two docs help? Otherwise lmk what I should add to make things clearer! |
Currently, this fails:
Any plans to make TensorDict compatible with torch.jit?
The text was updated successfully, but these errors were encountered: