From 16b50128038b813faa7df0ad899c234b81e67fdf Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:31:15 +0700 Subject: [PATCH] fix current path links --- advanced_source/pendulum.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/advanced_source/pendulum.py b/advanced_source/pendulum.py index 38524cfff40..fae3635de1c 100644 --- a/advanced_source/pendulum.py +++ b/advanced_source/pendulum.py @@ -33,9 +33,9 @@ In the process, we will touch three crucial components of TorchRL: -* `environments `__ -* `transforms `__ -* `models (policy and value function) `__ +* `environments `__ +* `transforms `__ +* `models (policy and value function) `__ """ @@ -384,7 +384,7 @@ def _reset(self, tensordict): # convenient shortcuts to the content of the output and input spec containers. # # TorchRL offers multiple :class:`~torchrl.data.TensorSpec` -# `subclasses `_ to +# `subclasses `_ to # encode the environment's input and output characteristics. # # Specs shape