Skip to content

arc24

Create an AI capable of solving reasoning tasks it has never seen before

https://www.kaggle.com/competitions/arc-prize-2024

https://arcprize.org/arc

challenge_logo

Docs

Code structure

 |_ notebooks: jupyter notebooks made during the challenge. They start by number for easier sorting.
 |_ docs: documents made during the challenge according to CRISP-DM methodology
 |_ tests: folder with tests for the library
 |_ data: folder with light data from the challenge
 |_ rules: the official rules of the challenge
 |_ scripts: scripts made during the challenge for training, data processing...