A self-learning multi-agent poker player, a la AlphaGo. It learns but doesn't work too hot, probably because of insufficient training time/resources.
- USE A VIRTUALENV (
virtualenvwrapper
is great). Python 3 pip install -r requirements.txt
, and don't forget to add your required modules in there as wellgit push/pull
often- Work on your own branches, make pull requests to master