Skip to content

Commit 84f89b7

Browse files
committed
Updated README's
1 parent f92169d commit 84f89b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2527
If you just want to dive right into solving a few puzzles, try the [intro notebook at Binder](https://aka.ms/python_puzzles)
2628
that shows which puzzles the AI baselines solved and which they did not, so you can see how
2729
your programming compares.

solvers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Solvers
22

33
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.
66

77
Each folder has a separate README explaining how to run the experiments.

0 commit comments

Comments
 (0)