Skip to content

Commit

Permalink
[Doc] Fix links to tutos (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Sep 2, 2024
1 parent e82a69f commit ca6eae4
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
# Tutorials

Get a sense of TorchRL functionalities through our tutorials.
Get a sense of TorchRL functionalities through our [tutorials](https://pytorch.org/rl/stable/tutorials).

For an overview of TorchRL, try the [TorchRL demo](https://pytorch.org/rl/tutorials/torchrl_demo.html).
The ["Getting Started"](https://pytorch.org/rl/stable/index.html#getting-started) section will help you model your first training loop with the library!

Make sure you test the [TensorDict tutorial](https://pytorch.org/rl/tutorials/tensordict_tutorial.html) to see what TensorDict
is about and what it can do.

To understand how to use `TensorDict` with pytorch modules, make sure to check out the [TensorDictModule tutorial](https://pytorch.org/rl/tutorials/tensordict_module.html).

Check out the [environment tutorial](https://pytorch.org/rl/tutorials/torch_envs.html) for a deep dive in the envs
functionalities.

Read through our short tutorial on [multi-tasking](https://pytorch.org/rl/tutorials/multi_task.html) to see how you can execute diverse
tasks in batch mode and build task-specific policies.
This tutorial is also a good example of the advanced features of TensorDict stacking and
indexing.

Finally, the [DDPG tutorial](https://pytorch.org/rl/tutorials/coding_ddpg.html) and [DQN tutorial](https://pytorch.org/rl/tutorials/coding_dqn.html) will guide you through the steps to code
your first RL algorithms with TorchRL.
The rest of the tutorials is split in [Basic](https://pytorch.org/rl/stable/index.html#basics), [Intermediate](https://pytorch.org/rl/stable/index.html#intermediate) and [Advanced](https://pytorch.org/rl/stable/index.html#advanced) sections.

0 comments on commit ca6eae4

Please sign in to comment.