Metadata-Version: 2.1
Name: gnomes-at-night-gym
Version: 0.0.8
Summary: An environment for Gnomes at Night based on OpenAI gym.
Author: Shenghui Chen
Description-Content-Type: text/markdown


## Installation

You can install the package using pip:

```pip install gnomes-at-night-gym```

## Usage

Here is an example of how to import and use this package:

```python
import gnomes_at_night_gym
env = gym.make("gnomes_at_night_gym:Board9A-v0", render_mode="rgb_array", round=1)
