Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aijunbai committed Jun 5, 2016
1 parent 5bc6cbf commit bbeaae2
Showing 1 changed file with 16 additions and 30 deletions.
46 changes: 16 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# autotest2d
Auto test scripts for RoboCup soccer simulation 2d games
## Auto test scripts for RoboCup soccer simulation 2d games

* test.sh -- run auto test
* kill.sh -- stop test
Expand All @@ -10,10 +10,8 @@ Auto test scripts for RoboCup soccer simulation 2d games
* start.tmpl -- templates of start scripts
* scripts/automonitor -- start monitors

Example resutls:

Left Team Goals Distribution:

## Example resutls:
### Left Team Goals Distribution:
* 0: 162 \[##### \] 18.00%
* 1: 276 \[########## \] 30.67%
* 2: 249 \[######### \] 27.67%
Expand All @@ -22,8 +20,7 @@ Left Team Goals Distribution:
* 5: 12 \[ \] 1.33%
* 6: 6 \[ \] 0.67%

Right Team Goals Distribution:

### Right Team Goals Distribution:
* 0: 245 \[######## \] 27.22%
* 1: 354 \[############ \] 39.33%
* 2: 190 \[###### \] 21.11%
Expand All @@ -32,8 +29,7 @@ Right Team Goals Distribution:
* 5: 5 \[ \] 0.56%
* 6: 1 \[ \] 0.11%

Diff Goals Distribution:

### Diff Goals Distribution:
* -6: 1 \[ \] 0.11%
* -5: 3 \[ \] 0.33%
* -4: 6 \[ \] 0.67%
Expand All @@ -48,25 +44,15 @@ Diff Goals Distribution:
* 5: 6 \[ \] 0.67%
* 6: 1 \[ \] 0.11%

Game Count: 900

Goals: 1523 : 1104 (diff: 419)

Points: 1546 : 931 (diff: 615)

Avg Goals: 1.69 : 1.23 (diff: 0.47)

Avg Points: 1.72 : 1.03 (diff: 0.68)

Left Team: Win 441, Draw 223, Lost 236

Left Team: WinRate 49.00%, ExpectedWinRate 65.14%

Left Team: 95% Confidence Interval \[45.73%, 52.27%\]

Left Team: Shoot Success Rate 54.78%, (1523/2780, 3.09 shoots per match)

Non Valid Game Count: 9 (1.00%)

Total Miss Count: 8 (in 8 matches, 0.89%)
### Game Count: 900
* Goals: 1523 : 1104 (diff: 419)
* Points: 1546 : 931 (diff: 615)
* Avg Goals: 1.69 : 1.23 (diff: 0.47)
* Avg Points: 1.72 : 1.03 (diff: 0.68)
* Left Team: Win 441, Draw 223, Lost 236
* Left Team: WinRate 49.00%, ExpectedWinRate 65.14%
* Left Team: 95% Confidence Interval \[45.73%, 52.27%\]
* Left Team: Shoot Success Rate 54.78%, (1523/2780, 3.09 shoots per match)
* Non Valid Game Count: 9 (1.00%)
* Total Miss Count: 8 (in 8 matches, 0.89%)

0 comments on commit bbeaae2

Please sign in to comment.