We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd2533 commit 794b7e0Copy full SHA for 794b7e0
CONTRIBUTING.md
@@ -17,6 +17,7 @@ or the git version of the library:
17
```
18
pip install git+https://github.com/pytorch/tensordict
19
20
+This command requires `pybind11[global]` and cmake to be installed.
21
22
Once cloned, make sure you install torchrl in develop mode by running
23
README.md
@@ -895,7 +895,7 @@ git clone https://github.com/pytorch/rl
895
896
and don't forget to check out the branch or tag you want to use for the build:
897
```bash
898
-git checkout v0.4.0
+git checkout v0.8.0
899
900
901
Go to the directory where you have cloned the torchrl repo and install it (after
0 commit comments