Tools for working with the Abstraction & Reasoning Corpus (ARC-AGI), including loading datasets (ARC-AGI-1, ARC-AGI-2), task manipulation, evaluation, and visualization. Current version: 1.0.1. Maintained regularly with releases.
pip install arckitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Loads ARC-AGI tasks and runs a dummy solver. Default dataset is ARC-AGI-2.
Use load_tasks('arc-agi-1') for original ARC-AGI-1 tasks.Explicitly set topn=1 in evaluation functions if you need the old behavior.
Ensure solver returns a grid of same height/width as expected output for the test pair.
No dependency data recorded yet.