-
Notifications
You must be signed in to change notification settings - Fork 84
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
[BUG] Tensordict v0.6.0 is not compatible with rl4co #229
Labels
bug
Something isn't working
Comments
9 tasks
I also opened PR for this issue!! #230 |
2 tasks
Hi @ShuN6211 ! Thanks for submitting the PR. I think the issue is that TorchRL has not been updated yet to In the meantime, installing the nightly versions works well on my end: pip3 install torchrl-nightly |
Yes I plan on making a release today! Will keep you posted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Tensordictv0.6,0 was released in last night, but this is not compatible with rl4co.
https://github.com/pytorch/tensordict/releases/tag/v0.6.0
To Reproduce
System info
INSTALLED VERSIONS
pytorch_geometric : Not installed
hydra-core : 1.3.2
omegaconf : 2.3.0
matplotlib : 3.9.2
Python : 3.11.9
Platform : Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35
Lightning device : cpu
Reason and Possible fixes
This error has been raised since this morning in japan, and tensordict v0.6.0 was released in last night in japan.
Down the version of tensordict to 0.5.0 works well.
Checklist
The text was updated successfully, but these errors were encountered: