ARC_Kaggle
ARC_Kaggle copied to clipboard
Thanks for your contribution! Such nice work on ARC! However, there is a huge gap between the performance of train/eval and the test. On train/eval, the code can achieve 60%-80%...
``` if m.shape[0]>1: for i in range(m.shape[0]): color = m[i, 0] isFrontier = True for j in range(m.shape[1]): if color != m[i,j]: isFrontier = False break if isFrontier: frontiers.append(Frontier(color, 'h',...
Find a way to deal with frames. - Detect frames: be it made out of a rectangle, two lines or four (or even two) pixels. - Does the frame determine...
I'm starting this issue to store ideas that are quick and easy to implement and that could have some good potential for solving extra tasks. Feel free to add any...
This issue targets at tasks that involve evolving lines. Some examples (not all) are tasks 790, 749, 748, 703, 679, 629, 605, 585, 573, 457, 344, 322, 283, 236, 231,...
In some cases, a color has a specific behaviour. However, we don't identify this color as special because it doesn't appear in ALL of the samples. Tasks 532 (pink color...
@RodericGuigoCorominas Do you think that it would make sense to consider a `cropManyShapes` function to solve the tasks below (or a subset of them)? Do you think that your experience...
See task 647 as example.
See task 26 as example