EbTech / Elo-MMR

Skill estimation systems for multiplayer competitions
https://arxiv.org/abs/2101.00400
MIT License
175 stars 24 forks source link

InferNet based TrueSkill. #7

Closed where-is-paul closed 3 years ago

where-is-paul commented 3 years ago

Install InferNet here: https://dotnet.github.io/infer/

mono is needed to compile on Ubuntu: https://www.mono-project.com/download/stable/ Visual Studio 2017+ is needed to compile on Windows.

There's a file directory that needs to be changed in Program.cs to run locally.

EbTech commented 3 years ago

Nice! This is very cool.