An open API service indexing awesome lists of open source software.

https://github.com/poapper-inc/fights

Environments for competitive artificial intelligence development
https://github.com/poapper-inc/fights

artificial-intelligence machine-learning puoribor python reinforcement-learning

Last synced: 6 months ago
JSON representation

Environments for competitive artificial intelligence development

Awesome Lists containing this project

README

          

fights logo

# fights

[![Python Test CI](https://github.com/poapper-inc/fights/actions/workflows/python-test.yml/badge.svg)](https://github.com/poapper-inc/fights/actions/workflows/python-test.yml)
[![Python Lint CI](https://github.com/poapper-inc/fights/actions/workflows/python-lint.yml/badge.svg)](https://github.com/poapper-inc/fights/actions/workflows/python-lint.yml)
[![PyPI version](https://badge.fury.io/py/fights.svg)](https://badge.fury.io/py/fights)

Competitive artificial intelligence battle environments.

[Documentation](https://fights.readthedocs.io/en/latest/) |
[Examples](./examples/)

---

## Installation

```shell
$ python -m pip install fights
```

## Development setup

Requires Python toolchains to be installed.

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

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).