Skip to content

Commit 28a9d4b

Browse files
authored
Update mario_rl_tutorial.py
This should fix pytorch#2627
1 parent 586b3da commit 28a9d4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intermediate_source/mario_rl_tutorial.py

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#
3333
# %%bash
3434
# pip install gym-super-mario-bros==7.4.0
35+
# pip install tensordict==0.2.0
36+
# pip install torchrl==0.2.0
3537

3638
import torch
3739
from torch import nn

0 commit comments

Comments
 (0)