Metadata-Version: 2.1
Name: dm-env-wrappers
Version: 0.0.6
Summary: A collection of wrappers for dm_env environments
Home-page: https://github.com/kevinzakka/dm_env_wrappers
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: dev
License-File: LICENSE

# `dm_env_wrappers`

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

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

`dm_env_wrappers` is a collection of frequently-used wrappers for environments that respect the [dm_env](https://github.com/deepmind/dm_env) interface (e.g., dm_control suite/composer envs).

## Installation (Python 3.7+)

```bash
pip install --upgrade dm_env_wrappers
```

## Contributing

If you find a bug or would like to add a new wrapper, please feel free to open an [issue](https://github.com/kevinzakka/dm_env_wrappers/issues) or submit a [PR](https://github.com/kevinzakka/dm_env_wrappers/pulls)!
