You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,6 @@
11
11
12
12
# TorchRL
13
13
14
-
## Disclaimer
15
-
16
-
This library is not officially released yet and is subject to change.
17
-
18
-
The features are available before an official release so that users and collaborators can get early access and provide feedback. No guarantee of stability, robustness or backward compatibility is provided.
19
-
20
-
---
21
-
22
14
**TorchRL** is an open-source Reinforcement Learning (RL) library for PyTorch.
23
15
24
16
It provides pytorch and **python-first**, low and high level abstractions for RL that are intended to be **efficient**, **modular**, **documented** and properly **tested**.
@@ -536,5 +528,12 @@ In the near future, we plan to:
536
528
We welcome any contribution, should you want to contribute to these new features
537
529
orany other, lister ornot, in the issues section of this repository.
538
530
531
+
532
+
## Disclaimer
533
+
534
+
This library isnot officially released yet andis subject to change.
535
+
536
+
The features are available before an official release so that users and collaborators can get early access and provide feedback. No guarantee of stability, robustness or backward compatibility is provided.
537
+
539
538
# License
540
539
TorchRL is licensed under the MIT License. See [LICENSE](LICENSE) for details.
0 commit comments