Metadata-Version: 2.1
Name: mjc-mwe
Version: 0.1.2
Summary: A minimal python example for gym-mujoco.
Home-page: https://github.com/Trinkle23897/mjc-mwe
Author: Jiayi Weng
Author-email: trinkle23897@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

Reference: https://github.com/openai/gym/pull/2762

https://mujoco.readthedocs.io/en/latest/programming.html

To run cc:

```bash
cd cc
make
./bin/ant assets/ant.xml
```


