https://github.com/thomasahle/liars-dice
Liar's Dice AI in Pytorch: www.dudo.ai
https://github.com/thomasahle/liars-dice
ai dice-game games poker
Last synced: 3 months ago
JSON representation
Liar's Dice AI in Pytorch: www.dudo.ai
- Host: GitHub
- URL: https://github.com/thomasahle/liars-dice
- Owner: thomasahle
- Created: 2021-12-23T07:31:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T09:46:09.000Z (7 months ago)
- Last Synced: 2025-04-05T17:01:40.619Z (6 months ago)
- Topics: ai, dice-game, games, poker
- Language: Python
- Homepage:
- Size: 224 MB
- Stars: 27
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/practical-villani-f6bf90/deploys)
# Lair’s Dice by self-play
I’ve been meaning to learn about AIs for [games like Poker or Liar’s Dice](https://en.wikipedia.org/wiki/Perfect_information) for a while. Recently while reading Deepmind’s article [Player of Games](https://arxiv.org/abs/2112.03178), I thought I might be able to make something really simple that works well enough to be fun. “It shouldn’t take more than an afternoon,” I thought. Of course, I ended up spending much more time on it, but it did turn out to be fun and very simple.Play against the ai on [dudo.ai](http://dudo.ai/).
Read more in [the blog post](https://medium.com/@lobais/lairs-dice-by-self-play-3bbed6addde0).