Skip to content

Commit 44b411d

Browse files
authored
Update README.md
Fixed craftax installation instructions
1 parent ef50681 commit 44b411d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rllte/env/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pip install ale-py==0.8.1
1818
You will need a Jax GPU-enabled conda environment:
1919

2020
```
21-
conda create -n rllte jaxlib==*cuda jax python=3.11 -c conda-forge
21+
conda create -n craftax jaxlib=*=*cuda* jax python=3.11 -c conda-forge
2222
pip install craftax
2323
pip install brax
2424
pip install -e .[envs]
@@ -91,4 +91,4 @@ agent = PPO(
9191
agent.train(
9292
num_train_steps=10_000_000,
9393
)
94-
```
94+
```

0 commit comments

Comments
 (0)