trueskill
문서의 이전 판입니다!
Trueskill
- Trueskill 구현
-
# pip install trueskill from trueskill import Rating, quality_1vs1, rate_1vs1 alice, bob = Rating(25), Rating(30) # assign Alice and Bob's ratings if quality_1vs1(alice, bob) < 0.50: print('This match seems to be not so fair') alice, bob = rate_1vs1(alice, bob) # update the ratings after the match, alice win # alice, bob = rate_1vs1(alice, bob, drawn=True) # drwan
/var/www/html/data/pages/trueskill.txt · 마지막으로 수정됨: 저자 127.0.0.1