Metadata-Version: 2.1
Name: cathedral-rl
Version: 1.1.0
Summary: Interactive Multi-Agent Reinforcement Learning Environment for the board game Cathedral using PettingZoo
Home-page: https://github.com/elliottower/cathedral-rl
License: MIT
Keywords: cathedral,game,reinforcement learning,RL,pettingzoo,gymnasium,interactive,pygame
Author: elliottower
Author-email: elliot@elliottower.com
Requires-Python: >=3.8,<3.12
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: PettingZoo (>=1.22.3,<2.0.0)
Requires-Dist: SuperSuit (>=3.7.1,<4.0.0)
Requires-Dist: gymnasium (>=0.27.1,<0.28.0)
Requires-Dist: numpy (==1.22.0)
Requires-Dist: poetry (>=1.3.2,<2.0.0)
Requires-Dist: pygame (>=2.1.3,<3.0.0)
Project-URL: Bug Tracker, https://github.com/elliottower/cathedral-rl/issues
Project-URL: Repository, https://github.com/elliottower/cathedral-rl
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/cathedral-rl.svg?branch=master&kill_cache=1)](https://badge.fury.io/py/cathedral-rl)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/elliottower/cathedral-rl/blob/main/LICENSE)

# cathedral-rl
Interactive Multi-Agent Reinforcement Learning Environment for the board game Cathedral using PettingZoo

