From 2a2b50f087cc15e466b05554d4f236da6659a2a5 Mon Sep 17 00:00:00 2001 From: "Thomas B. Brunner" Date: Thu, 19 Sep 2024 12:57:15 +0000 Subject: [PATCH] Fix typo --- tutorials/sphinx-tutorials/torchrl_envs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/sphinx-tutorials/torchrl_envs.py b/tutorials/sphinx-tutorials/torchrl_envs.py index f2ae0372db2..34189396ee9 100644 --- a/tutorials/sphinx-tutorials/torchrl_envs.py +++ b/tutorials/sphinx-tutorials/torchrl_envs.py @@ -608,7 +608,7 @@ def env_make(env_name): ############################################################################### # Transforming parallel environments # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -# There are two equivalent ways of transforming parallen environments: in each +# There are two equivalent ways of transforming parallel environments: in each # process separately, or on the main process. It is even possible to do both. # One can therefore think carefully about the transform design to leverage the # device capabilities (e.g. transforms on cuda devices) and vectorizing