Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed craftax installation instructions
  • Loading branch information
roger-creus authored Mar 22, 2024
1 parent ef50681 commit 44b411d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rllte/env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install ale-py==0.8.1
You will need a Jax GPU-enabled conda environment:

```
conda create -n rllte jaxlib==*cuda jax python=3.11 -c conda-forge
conda create -n craftax jaxlib=*=*cuda* jax python=3.11 -c conda-forge
pip install craftax
pip install brax
pip install -e .[envs]
Expand Down Expand Up @@ -91,4 +91,4 @@ agent = PPO(
agent.train(
num_train_steps=10_000_000,
)
```
```

0 comments on commit 44b411d

Please sign in to comment.