MK
2024-01-28 02:06:39 UTC
Okay folks, I think I have a properly working script
for a mutant that randomly doubles and/or takes but
never drops, against Noo-BG World-Class cube skill,
with both sides set to World-Class checker skill.
It can recycle the 4,096 cube limit multiple times
In my first session of 100 games the cube got as
high as 2^34 = 17,179,869,184
I will share my script and preliminary results with
you all, as soon as I get some guesses from you guys
about what percentage of the games the mutant will
win and how many points each side will win, after a
long enough session that you may deem as significant.
It runs really fast. It took me about 15 minutes to
run 100 games with a total of 5,788 moves, with the
longest game lasting 133 moves. So, we can expect to
run 10,000 games in about 24 hours.
I did go out of my way to document it with lots of
comments to make easier for anyone to run it as is
or to modify it to run their own experiments, even
people who may be just learning coding in general
and specifically in Python.
So, let me hear your predictions. Don't be shy now. ;)
MK
for a mutant that randomly doubles and/or takes but
never drops, against Noo-BG World-Class cube skill,
with both sides set to World-Class checker skill.
It can recycle the 4,096 cube limit multiple times
In my first session of 100 games the cube got as
high as 2^34 = 17,179,869,184
I will share my script and preliminary results with
you all, as soon as I get some guesses from you guys
about what percentage of the games the mutant will
win and how many points each side will win, after a
long enough session that you may deem as significant.
It runs really fast. It took me about 15 minutes to
run 100 games with a total of 5,788 moves, with the
longest game lasting 133 moves. So, we can expect to
run 10,000 games in about 24 hours.
I did go out of my way to document it with lots of
comments to make easier for anyone to run it as is
or to modify it to run their own experiments, even
people who may be just learning coding in general
and specifically in Python.
So, let me hear your predictions. Don't be shy now. ;)
MK