Dataset
Browse files
README.md
CHANGED
@@ -20,8 +20,9 @@ repository](http://github.com/alignmentresearch/learned-planner), and possibly t
|
|
20 |
|
21 |
# Model details
|
22 |
|
23 |
-
|
24 |
|
|
|
25 |
|
26 |
## Parameter counts:
|
27 |
|
@@ -29,6 +30,10 @@ repository](http://github.com/alignmentresearch/learned-planner), and possibly t
|
|
29 |
- DRC(1, 1): 987,525 (0.99M)
|
30 |
- ResNet: 3,068,421 (3.07M)
|
31 |
|
|
|
|
|
|
|
|
|
32 |
# Citation
|
33 |
|
34 |
If you use these neural networks, please cite our work:
|
|
|
20 |
|
21 |
# Model details
|
22 |
|
23 |
+
## Hyperparameters:
|
24 |
|
25 |
+
See `model/*/cp_*/cfg.json` for the hyperparameters that were used to train a particular run.
|
26 |
|
27 |
## Parameter counts:
|
28 |
|
|
|
30 |
- DRC(1, 1): 987,525 (0.99M)
|
31 |
- ResNet: 3,068,421 (3.07M)
|
32 |
|
33 |
+
## Training dataset:
|
34 |
+
|
35 |
+
The [Boxoban set of levels by DeepMind](https://github.com/google-deepmind/boxoban-levels).
|
36 |
+
|
37 |
# Citation
|
38 |
|
39 |
If you use these neural networks, please cite our work:
|