Skip to content

Commit

Permalink
Add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn committed May 11, 2022
1 parent bf814cb commit aa7a9e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ pip install "jax[cuda]==0.3.10" -f https://storage.googleapis.com/jax-releases/j

For further instructions on running this code on GPU, please follow instructions from [the official repository](https://github.com/google/jax).

For MuJoCo inslattion, you may need to add the following lines in the `.bashrc`:

```bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/costa/.mujoco/mujoco210/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nvidia
```

# Development

If you want to modify the code, install following the instructions above.
Expand Down

0 comments on commit aa7a9e7

Please sign in to comment.