Skip to main content

MuJoCo System Identification tools

Project description

MuJoCo SysId

MuJoCo System Identification (mujoco-sysid) is a Python module designed to perform system identification using the MuJoCo physics engine. This module facilitates the estimation of model parameters to match the simulated dynamics with observed data, enhancing the accuracy and reliability of robotic simulations.

Features

  • Dynamic parameters: getters and setters for dynamic parameters of MuJoCo and MJX models.
  • Regressor models: energy and dynamics-based regressors for robotic systems.
  • Parameters representation: utilities for converting between dynamic parameters, Log-Cholesky parametrization and pseudo-inertia.

Installation

To install the module, run the following command:

pip install mujoco-sysid

In order to use with MJX use [mjx] or [mjx_cpu] for CPU-only version:

pip install mujoco-sysid[mjx]

Documentation

To be generated.

Examples

The demo is inspired by recent advancements in MuJoCo utilities, specifically the Levenberg-Marquardt nonlinear least squares method.

Our primary focus is on mechanical systems where the model structure is known, including the number of state variables and the configuration of the kinematic tree. While the dynamics of these systems can be inherently complex, the general forms of the equations are known and have already been implemented in MuJoCo. In this context, the task of identification is essentially to estimate the parameters within a structured model.

This repository includes the following examples:

  • Estimation of cart-pole inertial parameters through random forcing and LQR stabilization of the identified system
  • Identification of end-effector load for the Franka Emika Panda and compensation using inverse dynamics
  • Determination of mass, center of mass, and spatial inertia for a Skydio X2 Quadrotor following LTV LQR tracking attempts.

We hope these examples and utilities will be useful for all MuJoCo users and assist in resolving their system identification challenges.

For further questions and suggestions, please do not hesitate to create an issue or start a discussion on GitHub.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mujoco_sysid-0.2.0-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page