From 11b6bbef462e6ee29483ddc22c1749a325dd9808 Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Tue, 13 Dec 2022 09:29:09 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 06f3ba10484..24b87ed3f9a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ On the low-level end, torchrl comes with a set of highly re-usable functionals f TorchRL aims at (1) a high modularity and (2) good runtime performance. +## Documentation + +The TorchRL documentation can be found [here](https://pytorch.org/rl). +It contains tutorials and the API reference. + ## TensorDict as a common data carrier for RL TorchRL relies on [`TensorDict`](https://github.com/pytorch-labs/tensordict/),