Skip to content

Commit 535ee2f

Browse files
authored
Update README.md
1 parent 02c426a commit 535ee2f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@
1010

1111
# PyJulia PDDL Planner
1212

13-
A Python wrapper using JuliaPy for the PDDL.jl package. It implements Planners (Best-First, Breadth-First, Depth-First) as class methods. Easy to use even in REFL mode. The AutomatedPlanner class is clear and understandable, easy to contribute to.
13+
A Python wrapper using JuliaPy for the PDDL.jl parser package and implementing its own planners.
14+
15+
# Features
16+
17+
- Easy to use API for exploring new states
18+
- Depth First Search
19+
- Breadth First Search
20+
- Dijkstra
21+
- A*
22+
- Goal Count Heuristic
1423

1524
# Dependencies
1625

0 commit comments

Comments
 (0)