Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Different installation versions:
4. To build docs, install `mjinx[docs]`
5. To install the repository with all dependencies, install `mjinx[all]`

Note that by default installation of `mjinx` installs `jax` without cuda support. If you need it, please install `jax>=0.5.0` with CUDA support manually.

## Usage
Here is the example of `mjinx` usage:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"mujoco",
"mujoco_mjx",
"jaxopt",
"jax[cuda]>=0.4",
"jax>=0.5",
"jaxlie>=1.4",
"jax_dataclasses>=1.6.0",
"optax>=0.2",
Expand Down