Add KnightsKnavesDataset (knights_knaves)

Adapted code from https://github.com/AlphaPav/mem-kk-logic/blob/main/data_prep/lib_kk.py

---------

Co-authored-by: Andreas Koepf (aider) <andreas.koepf@provisio.com>
This commit is contained in:
vncntt 2025-02-25 11:15:38 -08:00 committed by GitHub
parent ed9292a7f4
commit 5f01049607
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 678 additions and 1 deletions

View file

@ -3,7 +3,6 @@ from dataclasses import dataclass
from decimal import Decimal
from typing import Any, Optional
from ..coaching import AttributeType, BaseCurriculum, RangeAttributeDefinition
from ..factory import ProceduralDataset, register_dataset