Skip to content

Commit 3a21bca

Browse files
committed
add early import of torchrl to avoid conflicts on mp.set_start_method
1 parent fdc6653 commit 3a21bca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intermediate_source/coding_ddpg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
import torch.cuda
7070
import tqdm
7171

72+
import torchrl
73+
7274
import torch.multiprocessing
7375

7476
###############################################################################

0 commit comments

Comments
 (0)