Skip to content
#

classical-planning

Here are 17 public repositories matching this topic...

My implementation of the AIND classical planning project. The required modifications are included in the "my_planning_graph.py". The comparison results among different algorithms (e.g., depth-first, breadth-first, A*, greedy, uniform-cost) with different heuristics (e.g., unmet goals, max-level, level-sum, set-level) in terms of actions, expansi…

  • Updated Nov 29, 2018
  • Python

Improve this page

Add a description, image, and links to the classical-planning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the classical-planning topic, visit your repo's landing page and select "manage topics."

Learn more