Fully Insightful Superhuman Hold'em Bot with Artificially Intelligent Thought. An AI agent designed to play poker. Inspired by the Pluribus poker bot developed by CMU and Facebook.
poetry install --directory=api
cp .githooks/pre-push .git/hooks/pre-push
git submodule update --init --recursive
cp ai/src/mccfr/hyperparameters.h.dev ai/src/mccfr/hyperparameters.h
docker compose -f docker-compose.dev.yml build ai
docker compose -f docker-compose.prod.yml run --rm -v $(pwd)/ai/out:/build/out ai /ai/dev_blueprint.sh
docker compose -f docker-compose.dev.yml up --build
- Build the project as detailed above.
cp ai/src/mccfr/hyperparameters.h.big ai/src/mccfr/hyperparameters.h
cp nginx.conf.example nginx.conf
- Set the
server_name
property to be the deployment url of the interface
- Set the
cp .env.example .env
and configuredocker compose -f docker-compose.prod.yml up --build -d
- Configure HTTPS with AWS Application Load Balancer
docker run --rm fishbait-ai sh -c "cd /build && ./bin/tests.out"
- Docker
- Python 3.12
- pipx
- nginx (to deploy the interface)
- Do not put commas in the Catch2 tester descriptions
- This project follows the Google C++ Style guide
with the following exceptions:
- Exceptions are allowed
- Constructors are allowed to do work and fail
- Integer types other than
int
are allowed - Type names with acronyms (like
OCHS_N
) may have underscores.
- This project follows the Google Python Style guide
with the following exceptions:
- 2 spaces are used for indentation
- Needs to be run on a processor where 32 bit integer reads and writes are atomic.