Difference between revisions of "MuJoCo MJX"
| Line 2: | Line 2: | ||
| '''MuJoCo XLA (MJX)''' is a specialized extension of the [[MuJoCo]] physics engine, designed to run simulations on hardware supported by the XLA (Accelerated Linear Algebra) compiler via the JAX framework. | '''MuJoCo XLA (MJX)''' is a specialized extension of the [[MuJoCo]] physics engine, designed to run simulations on hardware supported by the XLA (Accelerated Linear Algebra) compiler via the JAX framework. | ||
| + | |||
| + | === Installation === | ||
| + | Install using: | ||
| + |  <syntaxhighlight lang="bash"> | ||
| + |  pip install mujoco-mjx | ||
| + |  </syntaxhighlight> | ||
Revision as of 21:41, 21 May 2024
Overview
MuJoCo XLA (MJX) is a specialized extension of the MuJoCo physics engine, designed to run simulations on hardware supported by the XLA (Accelerated Linear Algebra) compiler via the JAX framework.
Installation
Install using:
 pip install mujoco-mjx

