Open
Description
Hello, PyTorch recently added support for Python 3.13t, aka "no-gil" Python (pytorch/pytorch#130249).
Are there any plans to make TorchRL usable from this version? It would be nice if this could be supported soon, as the ability to run CPU code for interactions with the environment from multiple no-gil threads could lead to major performance improvements and higher GPU utilization.