Metadata-Version: 2.1
Name: mujoco-utils
Version: 0.0.4
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 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dm-control (>=1.0.9)
Requires-Dist: mujoco (>=2.3.1)
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: absl-py ; extra == 'dev'
Requires-Dist: pytest-xdist ; extra == 'dev'
Provides-Extra: test
Requires-Dist: absl-py ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'

# `mujoco_utils`

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

[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/

Utilities for working with MuJoCo Python bindings and dm_control.
