What's required for a bot to have KNNPBI?

Jump to navigation Jump to search
Revision as of 21 August 2017 at 19:06.
The highlighted comment was created in this revision.

What's required for a bot to have KNNPBI?

I've seen many bots have KNNPBI; however my bot still have no KNNPBI (all zeros) after a long period of time ;( http://literumble.appspot.com/BotDetails?game=roborumble&name=aaa.SimpleBot%200.022d

So what's required for a bot to have KNNPBI?

    Xor (talk)19:46, 20 August 2017

    Finally after having 978 pairings the KNNPBI is shown. Anyway, still wondering what made KNNPBI to be all zeros.

      Xor (talk)20:05, 20 August 2017
        Xor (talk)20:07, 20 August 2017

        You should have more pairings but I don't know how does it decide.

          Dsekercioglu (talk)20:21, 20 August 2017
           

          The computation of those values are batched, they are computed every 24 hours. One possible explanation for the older version to be still all zeroes is that maybe only the latest version of a bot is considered when doing the computation? Not sure about this, though. Just makes sense, had a really superficial look at the code. You can probably try to figure it out here: https://bitbucket.org/jkflying/literumble/src/38f6e71de1c6?at=default

            Rsalesc (talk)22:46, 20 August 2017
             
             

            KNNPBI (and the other batched rankings, NNP, Vote) are calculated once every 8 hours, since they can't be calculated incrementally. If you remove your bot before it is calculated, it won't be calculated, since it doesn't get recalculated on old bots.

              Skilgannon (talk)21:06, 21 August 2017