krychu/hrm
Implementation of the Hierarchical Reasoning Model (HRM), applied to a pathfinding task, plus performance study.
This project explores the Hierarchical Reasoning Model (HRM), inspired by how the human brain processes information. It takes a grid-based map with obstacles and a start/end point as input, then outputs the shortest path through the maze. This would be useful for researchers or students interested in advanced AI models for planning and navigation tasks.
No commits in the last 6 months.
Use this if you are an AI researcher or student studying hierarchical AI models and their application to pathfinding problems, and you want to understand how different architectural choices affect performance.
Not ideal if you need a production-ready pathfinding solution for robotics or logistics, as this is an educational implementation focused on model research.
Stars
31
Forks
2
Language
Python
License
—
Category
Last pushed
Sep 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/krychu/hrm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
enactic/openarm
A fully open-source humanoid arm for physical AI research and deployment in contact-rich environments.
Shuijing725/awesome-robot-social-navigation
A curated list of robot social navigation.
thomashiemstra/fred
This my 3d printed robot arm project
jstmn/ikflow
Open source implementation to the paper "IKFlow: Generating Diverse Inverse Kinematics Solutions"
sizhe-li/neural-jacobian-field
Controlling diverse robots by inferring jacobian fields with deep networks! Let's make robots...