Skip to content

Commit

Permalink
[Documentation] README rewrite and broken links (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Oct 11, 2024
1 parent 1f3a5e9 commit d0e4c04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ If you would like to contribute to new features, check our [call for contributio

## Examples, tutorials and demos

A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are provided with an illustrative purpose:
A series of [State-of-the-Art implementations](https://github.com/pytorch/rl/blob/main/sota-implementations/) are provided with an illustrative purpose:

<table>
<tr>
Expand Down Expand Up @@ -799,6 +799,11 @@ A series of [examples](https://github.com/pytorch/rl/blob/main/examples/) are pr

and many more to come!

[Code examples](examples/) displaying toy code snippets and training scripts are also available
- [RLHF](examples/rlhf)
- [Memory-mapped replay buffers](examples/torchrl_features)


Check the [examples](https://github.com/pytorch/rl/blob/main/sota-implementations/) directory for more details
about handling the various configuration settings.

Expand Down

0 comments on commit d0e4c04

Please sign in to comment.