tmetsch/rusty_planner
AI planning & reasoning library for Rust
This library helps developers build software that can autonomously plan and make decisions, such as guiding robots, scheduling logistics, or coordinating complex systems. It takes in problem definitions and constraints, applying established AI algorithms to output optimized sequences of actions or resource allocations. It's intended for engineers creating intelligent, self-managing applications.
No commits in the last 6 months.
Use this if you are a developer building autonomous systems that require algorithms for planning, reasoning, or multi-agent coordination within a Rust programming environment.
Not ideal if you are looking for a plug-and-play solution for end-users, or if your primary need is deep learning or statistical analysis rather than explicit symbolic planning.
Stars
20
Forks
4
Language
Rust
License
MIT
Category
Last pushed
Nov 17, 2023
Monthly downloads
5
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/tmetsch/rusty_planner"
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
primaryobjects/strips
AI Automated Planning with STRIPS and PDDL in Node.js
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.