Skip to content

corail-research/seahorse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9abd06 · Dec 18, 2024

History

70 Commits
Oct 14, 2024
Jun 8, 2023
Apr 11, 2024
Dec 18, 2024
Aug 22, 2024
Aug 17, 2023
Aug 21, 2023
Aug 28, 2023
Oct 14, 2024
Aug 1, 2024
Aug 28, 2023
Oct 14, 2024

Repository files navigation

PyPI - Version PyPI - Python Version License GitHub Workflow Status (with event) GitHub stars GitHub contributors

A handy package for kickstarting AI contests

We proudly provide a Python framework that makes the building of an environment for adversarial agents easy !

A lot of fun functionalities are provided an easily usable out of the box !

  • Implementing a new game setup from scratch ? Painless !
  • Playing against remote agents ? Easy !
  • Generating and collecting data about played games ? Worriless !
  • Organizing a contest for a large range of agents ? Quick and reliable !

Installation

The package is publicly available on PyPI.

We strongly encourage the use of a virtual environment:

    $ python3 -m venv venv

    $ source venv/bin/[activate|Activate.ps1]

    (venv)$ pip install seahorse

Documentation

Our full documentation and a series of tutorials are available on corail-research.github.io.

Main contributors

We are an enthusiastic team of M.Sc candidates led by Pr. Quentin Cappart at Polytechnique Montréal. The package was originally developed in the context of a introductory course to artificial intelligence given to undergrad computer and software engineering students. Checkout our lab's page for more information.

License

seahorse is distributed under the termes of the 3-Clause BSD License.