https://github.com/hiroishida/types-mujoco
A stub file for mujoco's python interface (wip)
https://github.com/hiroishida/types-mujoco
mujoco mujoco-python typehints
Last synced: 11 days ago
JSON representation
A stub file for mujoco's python interface (wip)
- Host: GitHub
- URL: https://github.com/hiroishida/types-mujoco
- Owner: HiroIshida
- Created: 2025-01-20T18:51:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-20T20:41:59.000Z (over 1 year ago)
- Last Synced: 2025-03-21T12:48:52.761Z (about 1 year ago)
- Topics: mujoco, mujoco-python, typehints
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## types-mujoco
This repository provides unofficial Python type stubs for parts of the [MuJoCo](https://mujoco.readthedocs.io/en/stable/APIreference/index.html) API.
## Warning
- The repo is WIP state. Thus, not all functions or types from MuJoCo are currently exported in these stubs.
- Most of the code was semi-automatically generated using LLMs and pattern matching and manual tweaking / fixing.
- As a result, there is a high chance some type hints might be incorrect or incomplete.
- Always refer to the [MuJoCo official API reference](https://mujoco.readthedocs.io/en/stable/APIreference/index.html) for accurate documentation.
## Usage
```bash
pip install . -v
```
Then your IDE or LSP should be able to pick up the type hints.