docs: clarify that yacht_dice is graded on a partial sum, not the 12-round total

#2
by shongdr - opened
HAE-RAE org

One-line README fix, split out of #1 so it can land on its own.

The task table currently describes yacht_dice as "Assign 12 dice rolls to 12 scoring categories to maximize total score". The maximization part is right, but the graded quantity is not the 12-round total — every item asks for the sum of per-round scores over a few spot-checked rounds under that optimal assignment:

Using that optimal assignment, output ONLY the sum of the per-round scores for rounds 4, 7. Your final line must be exactly Answer: <integer> with that partial sum.

This holds for 600/600 items in the config: 2 spot-checked rounds for easy and medium, 8 for hard, in both en and ko. Someone building a scorer from the table alone would compare against the full 12-round total and score 0%.

Only the yacht_dice row changes — one line, no data files, no frontmatter changes.

The rest of #1 (the per-task answer-format table, the reference scorer, the sudoku row, and the Usage notes) stays there for separate review.

Dasool changed pull request status to merged
HAE-RAE org

Superseded by #1, which now carries this yacht_dice correction along with the sudoku one and a short Answer format section. Closing to keep the review in one place.

HAE-RAE org

Correction to my note above: this was already merged when I posted it, so it was not and could not be closed. The yacht_dice line is live on main. #1 does not revert it — it refines the same row to graded on the partial sum over spot-checked rounds, not the 12-round total.

Sign up or log in to comment