Skip to content

Commit d2a7ffb

Browse files
author
mscs
committed
Eureka! Turns out rocm driver versions weren't the issue. sb3 above this version now attempts to use torch.load weights_only=True related to DLR-RM/stable-baselines3#1852 😮‍💨
1 parent f2e5c35 commit d2a7ffb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ numba
55
numpy
66
pandas
77
Pillow
8-
pyboy==2.0.0
8+
pyboy>=2.0.0
99
scipy
1010
Shimmy
11-
stable-baselines3
11+
stable-baselines3[extra]==2.2.1
1212
tensorboard
1313
tensorflow
1414
timg
1515
torch
16-
torchaudio
1716
torchvision
1817
tqdm

0 commit comments

Comments
 (0)