We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://pytorch.org/tutorials/intermediate/mario_rl_tutorial.html
Click on Run in Google Collab button and Run all cells
Run in Google Collab
It will fail while trying to import tensordict:
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) [<ipython-input-3-8f359b2f0b63>](https://localhost:8080/#) in <cell line: 21>() 19 import gym_super_mario_bros 20 ---> 21 from tensordict import TensorDict 22 from torchrl.data import TensorDictReplayBuffer, LazyMemmapStorage ModuleNotFoundError: No module named 'tensordict'
This is a regression introduced by #2381
GoogleCollab
cc @sekyondaMeta @svekars @carljparker @NicolasHug @kit1980 @subramen
The text was updated successfully, but these errors were encountered:
Update mario_rl_tutorial.py
28a9d4b
This should fix pytorch#2627
Update mario_rl_tutorial.py (#2640)
3ac15b1
Fixes #2627
Successfully merging a pull request may close this issue.
Add Link
https://pytorch.org/tutorials/intermediate/mario_rl_tutorial.html
Describe the bug
Click on
Run in Google Collab
button and Run all cellsIt will fail while trying to import tensordict:
This is a regression introduced by #2381
Describe your environment
GoogleCollab
cc @sekyondaMeta @svekars @carljparker @NicolasHug @kit1980 @subramen
The text was updated successfully, but these errors were encountered: