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
- Host: GitHub
- URL: https://github.com/poapper-inc/fights
- Owner: poapper-inc
- License: mit
- Created: 2022-01-18T16:28:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T13:37:26.000Z (over 3 years ago)
- Last Synced: 2025-09-27T23:16:27.964Z (9 months ago)
- Topics: artificial-intelligence, machine-learning, puoribor, python, reinforcement-learning
- Language: Python
- Homepage: https://fights.readthedocs.io
- Size: 681 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# fights
[](https://github.com/poapper-inc/fights/actions/workflows/python-test.yml)
[](https://github.com/poapper-inc/fights/actions/workflows/python-lint.yml)
[](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).