Skip to content

Commit 8870fef

Browse files
Vincent Moenssvekars
andauthored
Update advanced_source/coding_ddpg.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent aa2b03a commit 8870fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/coding_ddpg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
import warnings
6868
warnings.filterwarnings("ignore")
6969
import multiprocessing
70-
# TorchRL prefers spawn method, that restricts creation of ParallelEnv inside
70+
# TorchRL prefers spawn method, that restricts creation of ``~torchrl.envs.ParallelEnv`` inside
7171
# `__main__` method call, but for the easy of reading the code switch to fork
7272
# which is also a default spawn method in Google's Colaboratory
7373
multiprocessing.set_start_method("fork")

0 commit comments

Comments
 (0)