From fa92624b510e7468269a08b7e83419dd16dcd4ea Mon Sep 17 00:00:00 2001 From: Gianni De Fabritiis Date: Tue, 20 Jun 2023 19:47:15 +0200 Subject: [PATCH] [Doc] Add link to paper in readme (#1298) Co-authored-by: Vincent Moens --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27ee3c46e7d..70d474ff78d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ TorchRL aims at having as few dependencies as possible (python standard library, On the low-level end, torchrl comes with a set of highly re-usable functionals for [cost functions](torchrl/objectives/costs), [returns](torchrl/objectives/returns) and data processing. -TorchRL aims at (1) a high modularity and (2) good runtime performance. +TorchRL aims at (1) a high modularity and (2) good runtime performance. Read the [full paper](https://arxiv.org/abs/2306.00577) for a more curated description of the library. ## Documentation and knowledge base