Skip to content

Commit b49bf3b

Browse files
committed
Fix README: use highjax-rl as PyPI package name
1 parent ba1ff23 commit b49bf3b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ HighJax was produced as part of our research project about [BXRL:Behavior-Explai
1414
## Installation
1515

1616
```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
17+
pip install highjax-rl # Minimal installation
18+
pip install "highjax-rl[cuda12]" # Including GPU support
19+
pip install "highjax-rl[trainer]" # Including PPO implementation
20+
pip install "highjax-rl[cuda12,trainer]" # Including both
2121
```
2222

2323
## Quick Start

0 commit comments

Comments
 (0)