Metadata-Version: 2.1
Name: simenv
Version: 0.0.1.dev0
Summary: HuggingFace community-driven open-source library of simulation environments
Home-page: https://github.com/huggingface/simenv
Download-URL: https://github.com/huggingface/simenv/tags
Author: HuggingFace Inc.
Author-email: thomas@huggingface.co
License: Apache 2.0
Keywords: simulation environments synthetic data datasets machine learning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: tests
Provides-Extra: quality
License-File: LICENSE

# simenv
Creating and sharing simulation environments for RL and synthetic data generation

To install and contribute (from the CONTRIBUTING.md doc)

Create a virtual env and then install the code style/quality tools as well as the code base locally
```
pip install -e ".[dev]"
```
Before you merge a PR, fix the style (we use `isort` + `black`)
```
make style
```


