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

Commit db0004f

Browse files
committed
Release 0.5.0 version
1 parent 1e4d477 commit db0004f

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

doc/versions.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
### 0.5.0 version
2+
3+
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.
4+
5+
The main change for this version is an improved defense mechanism, now the bot is much smarter in terms of push/fold decisions.
6+
7+
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).
8+
9+
Statistics provided for 1,095 games in 上級 lobby.
10+
11+
Stable rank was a third dan (三段) and bot achieved fourth dan (四段) with R1900 once.
12+
13+
| | Result |
14+
| --- | --- |
15+
| Average position | 2.48 |
16+
| Win rate | 21.09% |
17+
| Feed rate | 12.14% |
18+
| Riichi rate | 25.31% |
19+
| Call rate | 26.16% |
20+
21+
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.
22+
23+
| Places | |
24+
| --- | --- |
25+
| First | 23.65% |
26+
| Second | 28.86% |
27+
| Third| 24.20% |
28+
| Fourth | 23.29% |
29+
| Bankruptcy | 6.76% |
30+
131
### 0.4.0 version
232

333
Version with various improvements in hand building and melds calling.

project/game/ai/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
class MahjongAI:
28-
version = "0.5.0-dev"
28+
version = "0.5.0"
2929

3030
agari = None
3131
shanten_calculator = None

0 commit comments

Comments
 (0)