• Stars
    star
    1
  • Language
    Python
  • Created over 11 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(Python) Implementation of some simplified versions of Poker. Comes with a Reinforcement learning agent, and a few simple AI opponents that to train the agent with. This program returns a history of the played games, along with the learned probabilities of winning from each hand. Also included options to set a learning rate, and specify the number of games you want to learn from.