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.
2222}
2323```
2424
25+ To reproduce the results in the paper, see the [ solvers] ( /solvers ) folder.
26+
2527If you just want to dive right into solving a few puzzles, try the [ intro notebook at Binder] ( https://aka.ms/python_puzzles )
2628that shows which puzzles the AI baselines solved and which they did not, so you can see how
2729your programming compares.
Original file line number Diff line number Diff line change 11# Solvers
22
33This 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.
66
77Each folder has a separate README explaining how to run the experiments.
You can’t perform that action at this time.
0 commit comments