File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 In the process, we will touch three crucial components of TorchRL:
3535
36- * `environments <https://pytorch.org/rl/reference/envs.html>`__
37- * `transforms <https://pytorch.org/rl/reference/envs.html#transforms>`__
38- * `models (policy and value function) <https://pytorch.org/rl/reference/modules.html>`__
36+ * `environments <https://pytorch.org/rl/stable/ reference/envs.html>`__
37+ * `transforms <https://pytorch.org/rl/stable/ reference/envs.html#transforms>`__
38+ * `models (policy and value function) <https://pytorch.org/rl/stable/ reference/modules.html>`__
3939
4040"""
4141
@@ -384,7 +384,7 @@ def _reset(self, tensordict):
384384# convenient shortcuts to the content of the output and input spec containers.
385385#
386386# TorchRL offers multiple :class:`~torchrl.data.TensorSpec`
387- # `subclasses <https://pytorch.org/rl/reference/data.html#tensorspec>`_ to
387+ # `subclasses <https://pytorch.org/rl/stable/ reference/data.html#tensorspec>`_ to
388388# encode the environment's input and output characteristics.
389389#
390390# Specs shape
You can’t perform that action at this time.
0 commit comments