openskill.py
openskill.py copied to clipboard
Multiplayer Rating System. No Friction.
First of all, congrats and thanks for the great repo! In a scenario that **Player A** has 2x the rating of **Player B**, the predicted win probability is **_60%_** vs...
Updates the requirements on [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to permit the latest version. Release notes Sourced from sphinx-autodoc-typehints's releases. 2.0.0 What's Changed Add option to force unions (and options) to be rendered with...
I'm using openskill for a game where sometimes we have teams of, for example, 6 vs 7. When making teams we put the better players on the team with the...
Going to add contributors to the [CONTRIBUTORS.md](https://github.com/OpenDebates/openskill.py/blob/main/CONTRIBUTORS.md) file. If there is a problem with credit, mention it here.
**Is your feature request related to a problem? Please describe.** Creating models of tournaments is hard since you have to parse the data using another library (depending on the format)...
Is your feature request related to a problem? Please describe. Currently, it's not explicitly clear how to determine convergence in the Bradley-Terry model implemented in openskill.py. Users might struggle to...
**Is your feature request related to a problem? Please describe.** This is a request to add a section to the documentation on how matches should be arranged. Do the models...
Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. Release notes Sourced from myst-parser's releases. v3.0.0 What's Changed Upgraded dependencies ⬆️ Add support for Python 3.12 by @hugovk in...
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Release notes Sourced from sphinx's releases. Sphinx 8.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Changelog Sourced from sphinx's changelog. Release 8.1.0 (released Oct 10,...
According to Weng & Lin 2011 "A Bayesian Approximation Method for Online Ranking" to replace the logistic distribution used in Bradley-Terry with a normal approximation the standard deviation should be...