forked from Hanabi/hanabi-league
modifiy default variant ratings
This commit is contained in:
parent
10cc91f486
commit
e6407aeaae
1 changed files with 17 additions and 17 deletions
|
@ -2,21 +2,21 @@ player_base_rating: 1500
|
||||||
variant_base_rating: 1500
|
variant_base_rating: 1500
|
||||||
variant_base_ratings:
|
variant_base_ratings:
|
||||||
No Variant:
|
No Variant:
|
||||||
3p: 1500
|
3p: 1400
|
||||||
4p: 1500
|
4p: 1400
|
||||||
5p: 1600
|
5p: 1500
|
||||||
6 Suits:
|
6 Suits:
|
||||||
3p: 1500
|
3p: 1400
|
||||||
4p: 1500
|
4p: 1400
|
||||||
5p: 1600
|
5p: 1500
|
||||||
Clue Starved (5 Suits):
|
Clue Starved (5 Suits):
|
||||||
3p: 1500
|
3p: 1800
|
||||||
4p: 1500
|
4p: 1800
|
||||||
5p: 1700
|
5p: 1900
|
||||||
Clue Starved (6 Suits):
|
Clue Starved (6 Suits):
|
||||||
3p: 1500
|
3p: 1800
|
||||||
4p: 1500
|
4p: 1800
|
||||||
5p: 1700
|
5p: 1900
|
||||||
min_player_count: 3
|
min_player_count: 3
|
||||||
max_player_count: 5
|
max_player_count: 5
|
||||||
|
|
||||||
|
@ -24,16 +24,16 @@ max_player_count: 5
|
||||||
k-factor:
|
k-factor:
|
||||||
values:
|
values:
|
||||||
# Early is applied for players with at most conditions.num_early_games games
|
# Early is applied for players with at most conditions.num_early_games games
|
||||||
early: 40
|
early: 50
|
||||||
# This is the regular coefficient for people with a good amount of games
|
# This is the regular coefficient for people with a good amount of games
|
||||||
normal: 30
|
normal: 30
|
||||||
# For people with rating at least conditions.high_rating, the coefficient is adapted again,
|
# For people with rating at least conditions.high_rating, the coefficient is adapted again,
|
||||||
high_rating: 15
|
high_rating: 15
|
||||||
# Controls how fast the variant ratings change
|
# Controls how fast the variant ratings change (independent of number of games / rating)
|
||||||
variants: 5
|
variants: 10
|
||||||
conditions:
|
conditions:
|
||||||
num_early_games: 30
|
num_early_games: 20
|
||||||
high_rating: 1700
|
high_rating: 1800
|
||||||
|
|
||||||
min_suits: 5
|
min_suits: 5
|
||||||
max_suits: 6
|
max_suits: 6
|
||||||
|
|
Loading…
Reference in a new issue