primaryobjects/strips
AI Automated Planning with STRIPS and PDDL in Node.js
This tool helps you figure out the best sequence of actions to reach a specific goal, given a set of possible actions and starting conditions. You define the rules of your 'world' and the starting situation, and it outputs a step-by-step plan. This is useful for anyone designing automated systems, game AI, or complex operational procedures.
326 stars. No commits in the last 6 months. Available on npm.
Use this if you need to automatically generate an optimal series of steps to achieve a desired outcome in a system with defined rules and actions.
Not ideal if your problem involves subjective decision-making, learning from experience without predefined rules, or handling real-time, unpredictable environmental changes.
Stars
326
Forks
25
Language
JavaScript
License
—
Category
Last pushed
Jan 16, 2023
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/primaryobjects/strips"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
leopepe/GOApy
Goal-Oriented Action Planning implementation in Python
tmetsch/rusty_planner
AI planning & reasoning library for Rust
LevyvoNet/gym-mapf
Multi Agent Path Finding openAI gym environment
vbrltech/STAN
Stigmergic A* Navigation - Bringing collective intelligence to graph pathfinding through...
FilipaRamos/Dynamic-AGVs-Management-Simulation
Dynamic simulation for a factory that works with Automated Guided Vehicles.