Metadata-Version: 2.1
Name: mujoco-utils
Version: 0.0.6
Summary: Utilities for working with MuJoCo Python bindings and dm_control.
Home-page: https://github.com/kevinzakka/mujoco_utils
Author: Kevin Zakka
Author-email: kevinarmandzakka@gmail.com
Maintainer: Kevin Zakka
Maintainer-email: kevinarmandzakka@gmail.com
License: Apache License 2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

# `mujoco_utils`

[![PyPI Python Version][pypi-versions-badge]][pypi]
[![PyPI version][pypi-badge]][pypi]
[![build][tests-badge]][tests]

[pypi-versions-badge]: https://img.shields.io/pypi/pyversions/mujoco_utils
[pypi-badge]: https://badge.fury.io/py/mujoco_utils.svg
[pypi]: https://pypi.org/project/mujoco_utils/
[tests-badge]: https://github.com/kevinzakka/mujoco_utils/actions/workflows/ci.yml/badge.svg
[tests]: https://github.com/kevinzakka/mujoco_utils/actions/workflows/ci.yml

Utilities for working with [MuJoCo Python bindings](https://github.com/deepmind/mujoco/blob/main/python/README.md) and [dm_control](https://github.com/deepmind/dm_control).
