Blueprints is a Mujoco interface providing many graph manipulation operations and easy runtime data access.
Project description
Blueprints
Blueprints is a pythonic library that constructs Mujoco simulations and gives access to runtime data. It is designed to simplify access to mujoco and provide helpful subroutines for procedural generation, aiding environment randomization, curriculum learning, hindsight experiance replay and other RL paradigms aiming to manipulate the environment.
Once a certain structure of Mujoco elements has been build, it can be copied, many times throughout the world. The same objects through which the simulation has been constructed also serve as access objects to the simulations runtime data, no need of keeping track of indecies for mj_data.obj_type(index) calls.
Blueprints offers many conveniences for maipulating many objects attributes at once, implements standart agent interfaces for RL and bundles all sorts of data access in a finegrained indexing scheme through Views.
Installation
Directly from PyPI:
$ pip install mujoco_blueprints
Alternatively from Github:
$ git clone https://github.com/mortimervonchappuis/mujoco_blueprints.git
See documentation for more details.
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 mujoco_blueprints-0.0.5.tar.gz.
File metadata
- Download URL: mujoco_blueprints-0.0.5.tar.gz
- Upload date:
- Size: 144.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ed455f8292fd896e8ea767692b91bb2a9127bf693c9993e29079d941e80b8b2
|
|
| MD5 |
5c413aeddff9fbd1b2b1ab4ec4fc02b0
|
|
| BLAKE2b-256 |
73d908c3eee6d8684c690e6cf5f3cb5d8fb64096c95722e63db325b82e48c483
|
File details
Details for the file mujoco_blueprints-0.0.5-py3-none-any.whl.
File metadata
- Download URL: mujoco_blueprints-0.0.5-py3-none-any.whl
- Upload date:
- Size: 168.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11bf219822cf03b4adf8f56b79dbcdaabcca6b1e525862a9afb0bc827f00236d
|
|
| MD5 |
e1b704b5b337fd8838169a4ad3f2d78e
|
|
| BLAKE2b-256 |
129b37607f4d37f1e9b9faf1654ec5bb727dc42880d24ea43432a91b0c7a716f
|