Metadata-Version: 2.4
Name: mujoco-blueprints
Version: 0.0.3
Summary: Blueprints is a Mujoco interface providing many graph manipulation operations and easy runtime data access.
Download-URL: https://github.com/mortimervonchappuis/mujoco_blueprints
Author: Mortimer von Chappuis
Description-Content-Type: text/markdown
Requires-Dist: numpy>=2.0.0
Requires-Dist: imageio>=2.0.0
Requires-Dist: mujoco>=3.3.2
Requires-Dist: tqdm>=4.0.0
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: requires-dist
Dynamic: summary

# 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.

## Installation
Directly from PyPI:
```
$ pip install mujoco_blueprints
```

Alternatively from github:
```
git clone https://github.com/mortimervonchappuis/mujoco_blueprints.git
```
