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

won_game_terms and lost_game_terms #4

Open
tdry77 opened this issue Sep 6, 2019 · 1 comment
Open

won_game_terms and lost_game_terms #4

tdry77 opened this issue Sep 6, 2019 · 1 comment

Comments

@tdry77
Copy link

tdry77 commented Sep 6, 2019

In the PlayerDay class, there are functions called won_game_terms and lost_game_terms.

Say in the won_game_terms function, for each game a player has won, we append this:

[1.0,0.0,1.0,other_gamma]

And similarly to the lost games terms, we append this:

[0.0,other_gamma,1.0,other_gamma]

Clearly I know what the gamma is as that is defined but what do the other positions/numbers in these lists represent?

@DeinFreund
Copy link

From the original paper:
terms

The win chance for the player is his gamma/(his gamma + opponent gamma), the loss chance is opponent gamma/(his gamma + opponent gamma)

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

No branches or pull requests

2 participants