We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1ff23 commit b49bf3bCopy full SHA for b49bf3b
1 file changed
README.md
@@ -14,10 +14,10 @@ HighJax was produced as part of our research project about [BXRL:Behavior-Explai
14
## Installation
15
16
```bash
17
-pip install highjax # Minimal installation
18
-pip install "highjax[cuda12]" # Including GPU support
19
-pip install "highjax[trainer]" # Including PPO implementation
20
-pip install "highjax[cuda12,trainer]" # Including both
+pip install highjax-rl # Minimal installation
+pip install "highjax-rl[cuda12]" # Including GPU support
+pip install "highjax-rl[trainer]" # Including PPO implementation
+pip install "highjax-rl[cuda12,trainer]" # Including both
21
```
22
23
## Quick Start
0 commit comments