Meta-Sim: A unified simulation framework for robotics
Project description
Meta-Sim
A unified simulation framework for robotics that supports multiple physics simulators.
Installation
Basic Installation
pip install metasim-core
Installation with Specific Simulators
Install with support for specific simulators:
# For MuJoCo support
pip install metasim-core[mujoco]
# For PyBullet support
pip install metasim-core[pybullet]
# For Sapien3 support
pip install metasim-core[sapien3]
# For Genesis support
pip install metasim-core[genesis]
# For all simulators (except Isaac)
pip install metasim-core[all]
Quick Start
import metasim
from metasim.sim import base
# Your simulation code here
Supported Simulators
- MuJoCo: High-performance physics simulation
- PyBullet: Open-source physics simulation
- Sapien: Photorealistic rendering and physics
- Genesis: Next-generation simulation platform
- Isaac Gym: NVIDIA's physics simulation (requires separate installation)
- Isaac Lab: Advanced robotics simulation
- Blender: 3D creation and rendering
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
metasim_core-0.1.0.tar.gz
(18.6 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file metasim_core-0.1.0.tar.gz.
File metadata
- Download URL: metasim_core-0.1.0.tar.gz
- Upload date:
- Size: 18.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f5db23738a4da6cd74451ddf1e45d07c309d532f6cfecbf209fdaac7736c3cf
|
|
| MD5 |
8522d222bb99826f2ac0c89ffbf31bae
|
|
| BLAKE2b-256 |
5f4bd74cd83d2c8c80ce5a849cc28f66d17d06b1ac640ce0c072ef2a74833052
|
File details
Details for the file metasim_core-0.1.0-py3-none-any.whl.
File metadata
- Download URL: metasim_core-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebee28a9394e535787cd27f5d0efaa26892840c7df94ae245d7109707103bd48
|
|
| MD5 |
d586605f25a543019a0d3335ea18018a
|
|
| BLAKE2b-256 |
39023c3baa277434299da5a46d713093cd740877c24c09acfab693db224bdb0b
|