# Could make a single function iterating on `CStar` filling a dict with keys being levels and values being the number of blocks of the associated level and stop once a level value as reached a given number of blocks.
if (IS_EPSILON_TARGET_DEFINITIONand(previous_score-CStarScore)>=sanityTargetDifferenceThreshold)or(notIS_EPSILON_TARGET_DEFINITIONandCStarScore<previous_score):