From 8180d579457a26b9fc7f3c7baf4f19dae2f39da8 Mon Sep 17 00:00:00 2001 From: naderzare Date: Wed, 27 Nov 2024 22:25:45 -0400 Subject: [PATCH] Update README.md to correct IDL section link, remove confidence interval, and enhance goals distribution chart --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91ecbf1..a345ae3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ PY2D base is the most power full base code for RoboCup 2D Soccer Simulation whic For more information, please refer to the [documentation](https://clsframework.github.io/). -You can find more information about the services and messages in the [IDL section](../../3-idl/protobuf.md). +You can find more information about the services and messages in the [IDL section](https://clsframework.github.io/docs/idl/protobuf). 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. @@ -30,7 +30,6 @@ there are many different ways to run the base code, in the next section, we will - **Win**: 65, **Draw**: 17, **Lost**: 18 - **Win Rate**: 65.00% - **Expected Win Rate**: 78.31% -- **95% Confidence Interval**: [55.65%, 74.35%] | Goals Distribution @@ -39,7 +38,10 @@ xychart-beta title "Diff Goals Distribution" x-axis [-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5] y-axis "Percentage" - bar [4,2,5,7,17,27,19,13,4,2] + bar [0,4,2,5,7,17,27,19,13,4,2] + line [0,4,2,5,7,17,27,19,13,4,2] +``` + ## Quick start ### Preparation