We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2b03a commit 8870fefCopy full SHA for 8870fef
advanced_source/coding_ddpg.py
@@ -67,7 +67,7 @@
67
import warnings
68
warnings.filterwarnings("ignore")
69
import multiprocessing
70
-# TorchRL prefers spawn method, that restricts creation of ParallelEnv inside
+# TorchRL prefers spawn method, that restricts creation of ``~torchrl.envs.ParallelEnv`` inside
71
# `__main__` method call, but for the easy of reading the code switch to fork
72
# which is also a default spawn method in Google's Colaboratory
73
multiprocessing.set_start_method("fork")
0 commit comments