Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 449 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 449 Bytes

MIT Pokerbots 2020 Engine

MIT Pokerbots engine for 2020 and skeleton bots in Python, Java, and C++.

The command to run the engine is python3 engine.py. The engine is configured via config.py.

Dependencies

  • python>=3.5
  • numpy
  • cython (pip install cython)
  • eval7 (pip install eval7)
  • Java>=8 for java_skeleton
  • C++11 for cpp_skeleton
  • boost for cpp_skeleton (sudo apt install libboost-all-dev)

Linting

Use pylint.