Skip to content

Commit

Permalink
added instructions for pip install qdax[cuda12]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Aug 28, 2024
1 parent bb46a5e commit a86495c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ QDax is available on PyPI and can be installed with:
```bash
pip install qdax
```

To install QDax with CUDA 12 support, use:
```bash
pip install qdax[cuda12]
```

Alternatively, the latest commit of QDax can be installed directly from source with:
```bash
pip install git+https://github.com/adaptive-intelligent-robotics/QDax.git@main
Expand Down

0 comments on commit a86495c

Please sign in to comment.