Skip to content

[Doc] Misc readme fixes #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ conda install pytorch torchvision torchaudio cpuonly -c pytorch-nightly

`functorch` is included in the nightly PyTorch package, so no need to install it separately.

For M1 Mac users, if the above commands do not work, you can build torch from source by following [this guide](https://github.com/pytorch/pytorch#from-source).

**Torchrl**

You can install the **latest stable release** by using
Expand Down Expand Up @@ -445,7 +447,7 @@ pip3 install moviepy
pip3 install dm_control

# gym, atari games
pip3 install gym[atari] "gym[accept-rom-license]" pygame
pip3 install "gym[atari]" "gym[accept-rom-license]" pygame

# tests
pip3 install pytest pyyaml pytest-instafail
Expand Down
2 changes: 1 addition & 1 deletion examples/EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We provide examples to train the following algorithms:

To run these examples, make sure you have installed hydra:
```
pip install hydra-code
pip install hydra-core
```

Scripts can be run from the directory of interest using:
Expand Down