Thread history

From Talk:RoboRumble
Viewing a history listing
Jump to navigation Jump to search
Time User Activity Comment
10:02, 7 November 2018 Xor (talk | contribs) Comment text edited  
09:51, 7 November 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
07:25, 7 November 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
07:11, 7 November 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
23:03, 6 November 2018 FlemmingLarsen (talk | contribs) New reply created (Reply to Upgrade client version)
05:22, 4 November 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
02:35, 29 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
20:42, 28 October 2018 FlemmingLarsen (talk | contribs) New reply created (Reply to Upgrade client version)
05:23, 20 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
18:59, 19 October 2018 FlemmingLarsen (talk | contribs) New reply created (Reply to Upgrade client version)
04:14, 18 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
03:37, 18 October 2018 Xor (talk | contribs) Comment text edited (typo...)
02:59, 18 October 2018 Xor (talk | contribs) Comment text edited  
02:59, 18 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
00:07, 18 October 2018 GrubbmGait (talk | contribs) New reply created (Reply to Upgrade client version)
18:29, 9 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
16:23, 9 October 2018 Beaming (talk | contribs) New reply created (Reply to Upgrade client version)
05:27, 9 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
21:01, 8 October 2018 Skilgannon (talk | contribs) New reply created (Reply to Upgrade client version)
20:57, 8 October 2018 Skilgannon (talk | contribs) New reply created (Reply to Upgrade client version)
04:18, 7 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
03:02, 7 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
02:08, 7 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
16:11, 6 October 2018 GrubbmGait (talk | contribs) New reply created (Reply to Upgrade client version)
07:52, 6 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
07:58, 5 October 2018 Skilgannon (talk | contribs) New reply created (Reply to Upgrade client version)
01:56, 5 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
16:23, 4 October 2018 Skilgannon (talk | contribs) New reply created (Reply to Upgrade client version)
01:45, 4 October 2018 Xor (talk | contribs) Comment text edited (fix)
01:44, 4 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
00:28, 4 October 2018 Xor (talk | contribs) Comment text edited (fix math)
17:05, 3 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
16:45, 3 October 2018 Skilgannon (talk | contribs) New reply created (Reply to Upgrade client version)
16:40, 3 October 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
16:18, 3 October 2018 Skilgannon (talk | contribs) New reply created (Reply to Upgrade client version)
04:57, 20 September 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
01:51, 12 September 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
20:50, 11 September 2018 Skilgannon (talk | contribs) New reply created (Reply to Upgrade client version)
09:31, 11 September 2018 Xor (talk | contribs) Comment text edited (fix)
09:29, 11 September 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
06:02, 11 September 2018 Skilgannon (talk | contribs) New reply created (Reply to Upgrade client version)
01:08, 11 September 2018 Xor (talk | contribs) New reply created (Reply to Upgrade client version)
19:21, 5 July 2018 Skilgannon (talk | contribs) New thread created  

Upgrade client version

Hi all

I've been thinking of upgrading the accepted client version. What are your thoughts on the matter? Have any of you tested extensively with the latest releases locally? Are there any changes in scores (or any changes that might affect scores) that we should do more extensive testing of first?

Skilgannon (talk)19:21, 5 July 2018

Finally 1.9.3.3 released, with RoboRumble battle duplicating fix, and with shorter participants list check period from 1.9.3.1 as well. It’s time to do a test and discuss to upgrade.

Question, what kind of tests should be done in local? Should we run a literumble locally and see whether it yields the same score as the main rumble? (which gives the best result but takes monthes). Or just using roborunner with a few robots (both 1v1 and melee certainly), and see their score is unaffected.

Xor (talk)01:08, 11 September 2018

Just roborunner and a few bots should be fine. At some point it would be good to reset the meleerumble as well, since old bots get biased downwards by excessive battles against new (good) bots.

Skilgannon (talk)06:02, 11 September 2018
Edited by author.
Last edit: 00:28, 4 October 2018

I've been always thinking about the pairing systems of meleerumble.

Once every combination of 10 bots had a run, the score is unbiased, which takes N = n! / (10! * (n - 10)!) ≈ 10^19 battles in current settings (n is the total of participants).

However we should get approximate score with feasible battles via monte carlo method. In current settings, ~10000 battles already gives a somewhat stable score (for the new participant).

Let each bot gets m battles, randomly selected from all (N / n) 10-bot combinations containing that bot, then the probability of meeting another specific bot in a battle is (N / n / (n - 1)) / (N / n) = 1 / (n - 1).

Assume that when a new bot is released, every battle contains that bot, then the probability of meeting that bot is 1 instead of 1 / (n - 1), which is highly biased.

To fix this, we have two options — mutate our current pairing systems to get unbiased score online, or to reset the entire meleerumble periodically.

Since the score of new bots are unbiased, all we need to do for an unbiased score is to ignore (n - 2) / (n - 1) biased battles randomly when calculating the score of an old bot. However this approach takes much more battles.

A more practical way is is, when bot A is added, for each battle, select another bot B randomly, and run melee battles containing those two bots as usual. A battle containing A, B and other 8 bots should yield 45 pairings, but only those matching (A, *) or (B, *) is taken into account. This produces 17 parings.

This scheme does not affect the pairings of the new bot itself at all, which is already unbiased; And for an old bot, the probability of being chosen as B is 1 / (n - 1), therefore the probability of a battle with A present being taken into account for old bots is 1 / (n - 1), the same as the unbiased one.

Xor (talk)09:29, 11 September 2018

Your second approach seems good, it will need patches on the client side so that if a priority pairing needs to happen it only uploads the battles which contain one of the priority bots. This filter will work fine for the 1v1 rumble as well.

Why don't we wait to update the client until this can be fixed too?

Skilgannon (talk)20:50, 11 September 2018

The only reason for upgrading earlier is that those two bugs are very annoying when running rumble client 7/24.

And it generally takes monthes for fnl to release a new version in normal cycle ;(

Anyway, since those two fixes are unrelated to robocode engine, one should expect no performance difference if we cherry pick the fix back to 1.9.2.5.

Maybe we could release a special version of 1.9.2.5 for those running rumble 7/24, before the melee pairing fix is released.

Or, we may just ask fnl whether he could please release 1.9.3.4 soon after the meleerumble patch is applied.

Xor (talk)01:51, 12 September 2018