File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Adam Tauman Kalai.
22
22
}
23
23
```
24
24
25
+ To reproduce the results in the paper, see the [ solvers] ( /solvers ) folder.
26
+
25
27
If you just want to dive right into solving a few puzzles, try the [ intro notebook at Binder] ( https://aka.ms/python_puzzles )
26
28
that shows which puzzles the AI baselines solved and which they did not, so you can see how
27
29
your programming compares.
Original file line number Diff line number Diff line change 1
1
# Solvers
2
2
3
3
This folder contains two subfolders for recreating the benchmarks in the [ paper] ( https://arxiv.org/abs/2106.05784 ) .
4
- * [ gpt3] ( /benchmarks /gpt3 ) The GPT-3 experiments.
5
- * [ enumerative] ( /benchmarks /enumerative ) The enumerative top-down search solvers.
4
+ * [ gpt3] ( /solvers /gpt3 ) The GPT-3 experiments.
5
+ * [ enumerative] ( /solvers /enumerative ) The enumerative top-down search solvers.
6
6
7
7
Each folder has a separate README explaining how to run the experiments.
You can’t perform that action at this time.
0 commit comments