Commit 4020468
committed
Correct the learned-heuristic timings, and say what gripper's seed does
The README's transfer table quoted 0.038 / 0.561 / 0.169 seconds. The
cache the published Research view renders from -- promo/rl-data.json,
transfer_after -- says 0.0365 / 0.5337 / 0.1542. Expansions and costs in
the same three rows match the cache exactly, so the wall-clock column
alone came from a run nobody kept. A test pins the page to that cache;
nothing pinned this table, so it drifted.
generate_gripper takes a seed and, alone among the generators, never
builds an rng from it: in gripper every ball starts in room A, so size
and grippers determine the instance completely and the seed reaches
only the problem name. Worth a docstring rather than a fix, because the
trap is silent -- a train/test split that varies the seed at a fixed
size hands you the same instance twice.1 parent dbdc25a commit 4020468
3 files changed
Lines changed: 21 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
354 | 356 | | |
355 | 357 | | |
356 | 358 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
168 | 178 | | |
169 | 179 | | |
170 | 180 | | |
| |||
Large diffs are not rendered by default.
0 commit comments