realkushagrakhare/3D_Path_Planning
AI project for 3D Path Planning. Other details and running instructions can be found on the Readme.md file
This project helps engineers, roboticists, and game developers plan efficient, smooth 3D paths for moving objects like robots or vehicles. You provide the start and end points in a 3D space, along with any obstacles or movement rules. It then outputs a refined, collision-free trajectory, optimized to avoid unnecessary turns or movements.
127 stars. No commits in the last 6 months.
Use this if you need to generate optimized, smooth 3D movement paths for agents in complex environments with obstacles and specific movement constraints.
Not ideal if you require extremely fast, real-time path planning for very large, highly clustered spaces without the option for pre-computation, or if your application involves simple 2D movement.
Stars
127
Forks
39
Language
Python
License
MIT
Category
Last pushed
Dec 07, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/realkushagrakhare/3D_Path_Planning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
caelan/pddlstream
PDDLStream: Integrating Symbolic Planners and Blackbox Samplers
DillonZChen/wlplan
Relational Features for Planning
enlite-ai/maze
Maze Applied Reinforcement Learning Framework
APLA-Toolbox/PythonPDDL
🧭🔍 A PDDL Planner in Python partially wrapping PDDL.jl using JuliaPy
emadehsan/maze
Generate Mazes of different types and Datasets for Deep Learning (GANs, RL)