Closed schrum2 closed 2 years ago
I think I've solved this.
First there was an issue with shapes not being cleared before being generated.
But the final problem was caused by random tie-breaking in argmax.
Need to test with parallel init before closing
It did not work with parallel init. I proceeded to fix this for the block count binning scheme, and everything seemed fine. However, now I'm having errors with the WHD binning scheme. Previously the problem was in how much space was being cleared around shapes, and I think that may still be the issue.
Width calculation was wrong, but is fixed now
If you run MinecraftMAPElitesBlockCountBinLabels you'll quickly see that a bin that is for shapes consisting of exactly 3 blocks contains more blocks than this. Need to figure out why!