Metadata-Version: 2.1
Name: griddly
Version: 1.4.2
Summary: Griddly Python Libraries
Home-page: https://github.com/bam4d/Griddly
Author-email: chrisbam4d@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.20.3)
Requires-Dist: gym (>=0.17.3)
Requires-Dist: pyyaml (>=5.3.1)
Requires-Dist: imageio (>=2.9.0)

# Griddly Python

This module contains all you need to run the Griddly AI research environment using python.

# Installation

Currently the library supports any python > 3.6.
It is recommended to use a conda environment:

```
conda create --name griddly_env python=3.7
conda activate griddly_env
pip install griddly
```

# Usage

Full documentation can be found here: https://griddly.readthedocs.org


