The Fast Downward domain-independent classical planning system
-
Updated
Jul 18, 2026 - C++
The Fast Downward domain-independent classical planning system
The General Problem Solver, AI's 'first' algorithm, written in multiple programming languages.
Symk is a state-of-the-art classical optimal and top-k planner.
Classical and FOND Planning for Pure-Past Linear Temporal Logic Goals
My solutions to projects 1, 2 & 3 of Berkeley's AI course
Understanding Sample Generation Strategies for Learning Heuristic Functions in Classical Planning
Simple classical planning implementation for .NET.
Experience-Based Planning Domains (EBPDs)
PDDL+ based AI Task Planning domain modelling a robot-enabled cafe environment. Part of Assignment for AI for Robotics 2 course at UniGe, Italy.
🤖 Classical Planning with AI, from Udacity AI Nanodegree
LAPKT extensions and benchmark utilities for DNTP planning, including domain-driven axiom evaluation, BFS/GBFS experiments, and validation scripts.
Lazy Optimization Planner - domain-independent planning system
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…
Implementation and analysis symbolic logic and classical search to implement an agent that performs progression search to solve planning problems
Udacity - Artificial Intelligence - Project 2 (Classical Planning) - Air Cargo Problems - All Files - Passed Fri 06 July 2018
In Artificial Intelligence Planning, there are different types of planning, and this problem is an example of Classical Planning.
AI planner that auto-schedules a streaming watch-list in PDDL — handles prerequisites, simultaneous episodes, and daily time budgets, solved with Metric-FF
📖 My master's thesis @ UFRGS.
Add a description, image, and links to the classical-planning topic page so that developers can more easily learn about it.
To associate your repository with the classical-planning topic, visit your repo's landing page and select "manage topics."