Skip to content
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

TorchRL, TensorDict version is not supported (+ Fix minor things) #30

Closed
finani opened this issue Oct 7, 2023 · 1 comment
Closed

Comments

@finani
Copy link
Contributor

finani commented Oct 7, 2023

Thank you for your tremendous and fantastic approach, first.
It would be an enormous help to related works.

Nvidia Isaac Sim has a built-in Python, and its version is 3.7.
I think that is the reason the conda environment is python=3.7 (Installation).

A few days ago, I was trying to install OmniDrones and encountered an issue related to 'TensorDictParams'.
I have checked it is a new feature in TensorDict 0.2.0 (PR).
So, I tried to install TensorDict 0.2.0 (pip) and TorchRL 0.2.0 (pip) from pip, but they all support Python only from 3.8 to 3.11.
I got errors about Processing from Typing, which is a new feature in Python 3.8 when I installed them from git repos and ran OmniDrones.

Thankfully, I was able to successfully install and test OmniDrones with the newly updated guide.
However, I am just wondering if it will be okay in future versions.
(Is it okay to use packages that support Python 3.8 or higher in a Python 3.7 environment?)

I also fixed small problems with the docs and setup.py.
Thanks!

@btx0424
Copy link
Owner

btx0424 commented Oct 7, 2023

Hi there!

The next release of Isaac Sim will support Python 3.8 to 3.10, according to the staff.

And thanks for your contribution! As some main dependencies are still not stable, I think there are currently some minor problems in the project. Feel free to raise an issue or PR if you encounter any.

@finani finani closed this as completed Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants