Skip to content

Commit

Permalink
[Doc] Add paper refs in doc and KB (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Jun 7, 2023
1 parent fdd1c8a commit 76bb23a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ for :doc:`cost functions <reference/objectives>`, :ref:`returns <reference/objec

TorchRL aims at a high modularity and good runtime performance.

To read more about TorchRL philosophy and capabilities beyond this API reference,
check the `TorchRL paper <https://arxiv.org/abs/2306.00577>`__.

Tutorials
=========

Expand Down
9 changes: 9 additions & 0 deletions knowledge_base/RESOURCES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Useful resources

## TorchRL paper
To know more about TorchRL philosophy, the problem it is trying to solve and
get some idea about its general capabilities, refer to the [TorchRL paper](https://arxiv.org/abs/2306.00577).

We also have some introductory videos for you to get to know the library better, check them out:

- [TorchRL intro at PyTorch day 2022](https://youtu.be/cIKMhZoykEE)
- [PyTorch 2.0 Q&A: TorchRL](https://www.youtube.com/live/myEfUoYrbts?feature=share)

## Pytorch documentation
See [here](https://pytorch.org/docs/stable/index.html)

Expand Down

0 comments on commit 76bb23a

Please sign in to comment.