Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Release 0.5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisil committed Nov 29, 2020
1 parent 1e4d477 commit db0004f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions doc/versions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
### 0.5.0 version

This version is much more stable than the previous one. It played 150,000 hanchans locally and 1,000 hanchans on tenhou.net. We found and fixed numerous crashes during these games.

The main change for this version is an improved defense mechanism, now the bot is much smarter in terms of push/fold decisions.

Also, there are a lot of improvements in other parts (377 commits since the previous version with 17,465 additions and 7,701 deletions of code lines).

Statistics provided for 1,095 games in 上級 lobby.

Stable rank was a third dan (三段) and bot achieved fourth dan (四段) with R1900 once.

| | Result |
| --- | --- |
| Average position | 2.48 |
| Win rate | 21.09% |
| Feed rate | 12.14% |
| Riichi rate | 25.31% |
| Call rate | 26.16% |

For this version calculations of riichi and call rate were changed and now they are the same as tenhou.net calculation. But because of changes, it is not comparable with previous versions.

| Places | |
| --- | --- |
| First | 23.65% |
| Second | 28.86% |
| Third| 24.20% |
| Fourth | 23.29% |
| Bankruptcy | 6.76% |

### 0.4.0 version

Version with various improvements in hand building and melds calling.
Expand Down
2 changes: 1 addition & 1 deletion project/game/ai/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


class MahjongAI:
version = "0.5.0-dev"
version = "0.5.0"

agari = None
shanten_calculator = None
Expand Down

0 comments on commit db0004f

Please sign in to comment.