Skip to content

Koukyosyumei/MyPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPlan

PDDL Solver implemented in C++ from scratch. This project is inspiered by aibasel/pyperplan.

Install

git clone https://github.com/Koukyosyumei/MyPlan.git
cd MyPlan

./script/install.sh

Usage

  • example
myplan benchmarks/transport/domain.pddl benchmarks/transport/task01.pddl
  • options
-s type of search algorithm (`bfs` | `astar`). Default to `bfs`.
-h type of heuristic function (`blind` | `goalcount` | `landmark` | `hadd` | `hmax`). Default to `blind`.
-o path to output file. Default to `task.soln`.

Test

./script/test.sh

Releases

No releases published

Packages

No packages published

Languages