neoneye commited on
Commit
6b1997c
1 Parent(s): f8ae34e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,9 +11,9 @@ language:
11
 
12
  # ARC Bad Predictions
13
 
14
- Hypothesis: Is a stepwise refinement algorithm possible, that can improve on an earlier prediction?
15
 
16
- This repo is intended for stepwise refinement algorithms. This dataset contains incorrect predictions that are somewhat close to the target.
17
  I have manually inspected these predictions and removed the worst predictions. However there may still be bad predictions are are misleading.
18
 
19
  A bad prediction, can be a hint towards solving the puzzle.
 
11
 
12
  # ARC Bad Predictions
13
 
14
+ My goal during the ARC-AGI contests has been to make a `stepwise refinement` algorithm, that can improve on earlier predictions.
15
 
16
+ This repo is intended for `stepwise refinement` algorithms. This dataset contains incorrect predictions that are somewhat close to the target.
17
  I have manually inspected these predictions and removed the worst predictions. However there may still be bad predictions are are misleading.
18
 
19
  A bad prediction, can be a hint towards solving the puzzle.