planning

Module for path planning algorithms.

Modules

a_star

Implements the A* algorithm and several variations.

reinforcement_learning

Module for reinforcement learning related functionality.

rrt_star

Implements variations of the RRT* algorithm.