@@ -12,7 +12,7 @@ PY2D base is the most power full base code for RoboCup 2D Soccer Simulation whic
1212
1313For more information, please refer to the [ documentation] ( https://clsframework.github.io/ ) .
1414
15- You can find more information about the services and messages in the [ IDL section] ( ../../3- idl/protobuf.md ) .
15+ You can find more information about the services and messages in the [ IDL section] ( https://clsframework.github.io/docs/ idl/protobuf) .
1616
1717there 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
@@ -30,7 +30,6 @@ there are many different ways to run the base code, in the next section, we will
3030- ** Win** : 65, ** Draw** : 17, ** Lost** : 18
3131- ** Win Rate** : 65.00%
3232- ** Expected Win Rate** : 78.31%
33- - ** 95% Confidence Interval** : [ 55.65%, 74.35%]
3433
3534| Goals Distribution
3635
@@ -39,7 +38,10 @@ xychart-beta
3938 title "Diff Goals Distribution"
4039 x-axis [-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5]
4140 y-axis "Percentage"
42- bar [4,2,5,7,17,27,19,13,4,2]
41+ bar [0,4,2,5,7,17,27,19,13,4,2]
42+ line [0,4,2,5,7,17,27,19,13,4,2]
43+ ```
44+
4345## Quick start
4446
4547### Preparation
0 commit comments