sunsided/pddl-rs
A Planning Domain Definition Language (PDDL 3.1) parser written in Rust
This is a tool for developers who are building automated planning systems. It takes a Planning Domain Definition Language (PDDL 3.1) file, which describes a problem's environment, actions, and goals, and converts it into structured data that their software can use. Developers leverage this to integrate PDDL-defined problems into their Rust applications for AI planning and scheduling.
No commits in the last 6 months.
Use this if you are a Rust developer building an AI planning application and need to parse PDDL 3.1 domain and problem files into usable data structures.
Not ideal if you are an end-user looking for an out-of-the-box planning system or if you are not a Rust developer.
Stars
18
Forks
1
Language
Rust
License
EUPL-1.2
Category
Last pushed
Jun 24, 2025
Monthly downloads
22
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/sunsided/pddl-rs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hlsyounes/vhpop
Versatile heuristic partial order planner
primaryobjects/strips-fiddle
An online editor for STRIPS AI planning with PDDL. Created with meteor.js.
doc97/GOAPer
A project for a course at The University of Helsinki
ninesalt/bckwrd
POC implementation of an inference engine that uses A*