Skip to content

Commit 7f38c8d

Browse files
committed
Add results section to README.md with summary statistics and goals distribution
1 parent 65d2862 commit 7f38c8d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,30 @@ You can find more information about the services and messages in the [IDL sectio
1616

1717
there are many different ways to run the base code, in the next section, we will explain the easiest way to run the base code.
1818

19+
## Results
20+
21+
### .vs Helios Base
22+
23+
| Summary Statistics
24+
25+
- **Game Count**: 100
26+
- **Goals**: 234 : 143 (diff: 91)
27+
- **Points**: 212 : 71 (diff: 141)
28+
- **Average Goals**: 2.34 : 1.43 (diff: 0.91)
29+
- **Average Points**: 2.12 : 0.71 (diff: 1.41)
30+
- **Win**: 65, **Draw**: 17, **Lost**: 18
31+
- **Win Rate**: 65.00%
32+
- **Expected Win Rate**: 78.31%
33+
- **95% Confidence Interval**: [55.65%, 74.35%]
34+
35+
| Goals Distribution
36+
37+
```mermaid
38+
xychart-beta
39+
title "Diff Goals Distribution"
40+
x-axis [-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5]
41+
y-axis "Percentage"
42+
bar [4,2,5,7,17,27,19,13,4,2]
1943
## Quick start
2044
2145
### Preparation

0 commit comments

Comments
 (0)