Pular para o conteúdo

Benchmark

Resultados de matches bot-vs-bot e Slumbot persistidos no Postgres

Rodar mais uma corrida

# No VPS, dentro do container bot:
docker exec -it $(docker ps -q -f name=poker_bot) \
  python -m poker_bot.benchmark.cli run --vs mirror --hands 2000 --seats 6

# Ou vs Slumbot (heads-up NLHE):
docker exec -it $(docker ps -q -f name=poker_bot) \
  python -m poker_bot.benchmark.cli slumbot --hands 500

Histórico (0)

Carregando...