Skip to content

Commit 3ac15b1

Browse files
authored
Update mario_rl_tutorial.py (#2640)
Fixes #2627
1 parent 586b3da commit 3ac15b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

intermediate_source/mario_rl_tutorial.py

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
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
37+
#
3538

3639
import torch
3740
from torch import nn

0 commit comments

Comments
 (0)