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

[BUG] - MarioRL tutorial does not work on the collab #2627

Closed
malfet opened this issue Oct 28, 2023 · 0 comments · Fixed by #2640
Closed

[BUG] - MarioRL tutorial does not work on the collab #2627

malfet opened this issue Oct 28, 2023 · 0 comments · Fixed by #2640

Comments

@malfet
Copy link
Contributor

malfet commented Oct 28, 2023

Add Link

https://pytorch.org/tutorials/intermediate/mario_rl_tutorial.html

Describe the bug

Click on Run in Google Collab button and Run all cells

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

Describe your environment

GoogleCollab

cc @sekyondaMeta @svekars @carljparker @NicolasHug @kit1980 @subramen

@malfet malfet added the bug label Oct 28, 2023
ahoblitz added a commit to ahoblitz/tutorials that referenced this issue Nov 3, 2023
svekars pushed a commit that referenced this issue Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants