Reproducing-TRM
Collection
3 items
•
Updated
•
4
This is a Tiny Recursive Model (TRM) fine-tuned for solving maze navigation tasks. The model implements recursive reasoning to find paths in 30x30 grid mazes.
This model is designed to solve maze pathfinding problems by predicting the correct sequence of moves to navigate from start to goal in grid-based mazes.
Not intended for general NLP tasks, image classification, or other domains outside maze solving.
The model was trained on a dataset of 30x30 grid mazes with hard difficulty levels. The dataset includes:
| Metric | Claimed | Achieved |
|---|---|---|
| Exact Accuracy | 85.3% | 83.67% ± 2.28% |
Results from independent reproduction study.