fchollet / ARC-AGI

The Abstraction and Reasoning Corpus
Apache License 2.0
3.47k stars 575 forks source link

Fixes eleven problems #75

Closed kaalam closed 5 months ago

kaalam commented 4 years ago

For most of them I have a working program (a real understandable code snippet with less than 10 instructions that solves all the cases), others have been discussed on Kaggle. Some may be open to interpretation, but bear in mind that when you have a working formal description of the solution (a piece of code) this should replace human preconceptions. Take 7039b2d7.json for example (case 3). If you think it is okay the way it is, you should ask yourself why the two inexistent rectangles to the left of the picture are blue? Our bias makes them the same color as the others, but. If they don't exist, they have no color. Take the simpler solution, just remove them, there is nothing to the left of the leftmost yellow line.

fchollet commented 5 months ago

Thanks for the PR. You were right on all counts. These have all been fixed (not always in the way suggested, in a couple of cases I changed a pair more extensively). I am not merging the PR since it has since become outdated and conflicts with later fixes.

neoneye commented 5 months ago

Task 7039b2d7 now looks like this in ARC-Interactive 7039b2d7_v2