This program is the implementation of the A* Lifelong Planning Algorithm. LPA* accounts for changes to be made to a graph, allowing for a new optimal path to be recalculated by computing affected nodes.
Tags: Robotics Python Columbia