Skip to content

Commit

Permalink
[Doc] Add link to paper in readme (pytorch#1298)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Moens <vincentmoens@gmail.com>
  • Loading branch information
giadefa and vmoens authored Jun 20, 2023
1 parent 557ebf5 commit fa92624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fa92624

Please sign in to comment.