Metadata-Version: 2.4
Name: py-igym
Version: 0.0.1
Summary: A great gym for benchmark agent innovation. This is a placeholder
Author-email: Mike Dean <mikedean2367@gmail.com>
Project-URL: Homepage, https://github.com/mikedean2367/agym
Project-URL: Bug Tracker, https://github.com/mikedean2367/agym/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# igym

This is the official repository for the `inno-gym` package.

A great gym for benchmark agent innovation.

PLACEHOLDER.

## Installation

```bash
pip install inno-gym
```

## Usage
```python
import igym

igym.hello()
```
