Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master tournament output #215

Merged
merged 3 commits into from Sep 27, 2022
Merged

Master tournament output #215

merged 3 commits into from Sep 27, 2022

Conversation

GAIGResearch
Copy link
Owner

I've added another line for each player to the round robin tournament output.
This indicates the win rate of each agent in the games it played.
Previous shown percentage referred to the number of victories as a percentage of games played in the tournament (independently if the agent played in it or not).

I'm calculating the number of games played per agent in a tournament as:

 int gameCounter = (gamesPerMatchUp * matchUpsRun);
 int gamesPerPlayer = gameCounter * playersPerGame.get(g) / agents.size();

but it'd be good a double-check on this.

@hopshackle
Copy link
Collaborator

Looks good

@GAIGResearch GAIGResearch merged commit c1a2851 into master Sep 27, 2022
@hopshackle hopshackle deleted the master-tournament-output branch March 16, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants