Trying to implement this in Python. With the given probabilities, around 170-180 civs spawn in 2000 epochs, but none of them ever transition to type II.
Is this the expected result or is there a bug in my code?
Edit: Was a bug.
I notice I get almost no type 0s/2bs at the end of this simulation.
The 0s quickly die out or (more rarely) ascend to 2a/2b, and the 2bs quickly ascend to 3.
(And this is before implementing the ‘3s kill everything in their path’ thing.)
Trying to implement this in Python. With the given probabilities, around 170-180 civs spawn in 2000 epochs, but none of them ever transition to type II.
Is this the expected result or is there a bug in my code?
Edit: Was a bug.
I notice I get almost no type 0s/2bs at the end of this simulation.
The 0s quickly die out or (more rarely) ascend to 2a/2b, and the 2bs quickly ascend to 3.
(And this is before implementing the ‘3s kill everything in their path’ thing.)