Minimal MuJoCo-only Orcahand repository with left, right, and combined Gymnasium environments.
Project description
orca_sim provides simulation environments for the ORCA hand.
You can start building your ORCA hand today at orcahand.com.
Install
We recommend using python 3.11 inside of a virtual environment.
You can create a virtual environment using uv (how to install uv):
uv venv orca --python 3.11
source orca/bin/activate
uv pip install orca_sim
Alternatively, you can use conda (how to install conda):
conda create -n orca python=3.11 -y
conda activate orca
python -m pip install orca_sim
As we are continuously iterating on orca_sim, you can fetch the latest main building this package from source, so to be in the loop with the latest developments.
git clone https://github.com/orcahand/orca_sim
cd orca_sim && uv pip install -e .
[!WARNING] We are still iterating (a lot!) on this package. If you need stability, consider sticking to the Pypi package (
pip install orca_sim).
Getting started
orca_sim follows the Gymnasium API, and uses Mujoco for physics simulation and rendering.
You can instantiate an environment with one hand (or both) via:
from orca_sim import OrcaHandRight # or OrcaHandLeft, OrcaHandCombined
env = OrcaHandRight()
obs, info = env.reset()
obs, reward, terminated, truncated, info = env.step(env.action_space.sample())
env.close()
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
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 orca_sim-0.1.0.tar.gz.
File metadata
- Download URL: orca_sim-0.1.0.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ba323e02972d86b918b6af5ea36971dae690f2ff4684c3153b576b5c13e49de
|
|
| MD5 |
9d67a3c1f7ecbeb17981a7ce6b687a38
|
|
| BLAKE2b-256 |
b7f0d9df820049b556a1b5c6e1bbaa63dca992dc4a3272cbba9d6f3b38b8bba9
|
File details
Details for the file orca_sim-0.1.0-py3-none-any.whl.
File metadata
- Download URL: orca_sim-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e7c8c9aa7d05cb8d6ca380176c5dc53498c73d4cd34a997d939ca60c4be3ee6
|
|
| MD5 |
0b527c32b2b2db78ae1234383b40e59c
|
|
| BLAKE2b-256 |
a67de34b55d08d40497489c4bc70ceaf1d37358eb5357decc191491ef316de27
|