mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-03 02:28:50 +08:00
Update typo Elo
This commit is contained in:
@@ -113,7 +113,7 @@ Player B has a rating of 2300
|
||||
|
||||
\\(ELO_A = 2600 + 16*(1-0.849) = 2602 \\)
|
||||
|
||||
\\(ELO_B = 2300 + 16*(1-0.151) = 2298 \\)
|
||||
\\(ELO_B = 2300 + 16*(0-0.151) = 2298 \\)
|
||||
|
||||
- If the organizers determined that K=16 and B wins, the new rating would be:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user