Elucidation / mapf-multiagent-robot-planning

Multi-Agent PathFinding (MAPF) for 2D Robots moving inventory on a grid - Practice building environment + robots + planning + inventory management etc.
MIT License
11 stars 3 forks source link

Worker nodes for generate_path in C or Go. #100

Closed Elucidation closed 1 year ago

Elucidation commented 1 year ago

Once we have worker nodes processing these generate_path queries, there's no reason it needs to stay python, the worker nodes could be ported to C or Go for speed improvements.

Originally posted by @Elucidation in https://github.com/Elucidation/mapf-multiagent-robot-planning/issues/92#issuecomment-1601103032