https://github.com/kant2002/sscait-tools
Analysis scripts for the SSCAIT
https://github.com/kant2002/sscait-tools
sscait starcraft
Last synced: over 1 year ago
JSON representation
Analysis scripts for the SSCAIT
- Host: GitHub
- URL: https://github.com/kant2002/sscait-tools
- Owner: kant2002
- License: mit
- Created: 2018-01-14T12:23:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T15:26:40.000Z (over 8 years ago)
- Last Synced: 2024-10-11T20:48:18.259Z (almost 2 years ago)
- Topics: sscait, starcraft
- Language: F#
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sscait-tools
Analysis scripts for the SSCAIT
## Prerequiresites
Install .NET Core SDK 2.1.4
## How to build
dotnet restore
dotnet build
## How to run
- Collect data
Collect data from SSCAIT website. This should be first step in the analysis of results.
`dotnet run get `
*games* - Specify how much games take from the server. When during tournament it better take actual count of games played so far.
For example: `dotnet run get 6006`
- Predict results
`dotnet run predict `
*threshold* - specify which minimum predicted level of win games return. For SSCAIT 2017 make sense take 109 as threshold
- Print bot stats
Prints bot statistics and list bots agains which he wins, lose or has a draw
`dotnet run botStats "Andrey Kurdiumov"`
- Print lost game replays
Prints URLs to lost game replays
`dotnet run lostGames "Andrey Kurdiumov"`