/fights

Environments for competitive artificial intelligence development

Primary LanguagePythonMIT LicenseMIT

fights logo

fights

Python Test CI Python Lint CI PyPI version

Competitive artificial intelligence battle environments.

Documentation | Examples


Installation

$ python -m pip install fights

Development setup

Requires Python toolchains to be installed.

$ python3 -m pip install tox
$ tox -e dev --devenv venv
$ source venv/bin/activate

Contributing

See CONTRIBUTING.md.