StevenLyt/mapf-visualizer
A Multi-Agent Path Finding visualization website.
This tool helps you understand how multiple robots or automated agents can find the most efficient paths to their destinations without colliding. You can design a custom map, add starting and ending points for your agents, and instantly see an animation of different pathfinding algorithms in action. It's ideal for robotics researchers, logistics planners, or anyone studying multi-agent systems.
No commits in the last 6 months.
Use this if you want to visually explore and compare how various multi-agent pathfinding algorithms solve complex navigation problems on custom-designed maps.
Not ideal if you need to integrate a multi-agent pathfinding solver into an existing system or run complex simulations with a very large number of agents.
Stars
52
Forks
7
Language
JavaScript
License
MIT
Last pushed
Jan 07, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/StevenLyt/mapf-visualizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
mahdirezaie336/GimmeButter
A servant robot trying to serve as fast as possible using A* algorithm.
Zhuagenborn/Chase-AI
🎮 An artificial intelligence game to demonstrate the A* pathfinding. The enemy will try to get...
thundergolfer/the-general-problem-solver
The General Problem Solver, AI's 'first' algorithm, written in multiple programming languages.
Adamouization/AI-Search-Flight-Route-Planner
:airplane: Flight route planning agent using classic AI search algorithms (A*, Best-First, DFS, BFS).
nitkannen/Multi-Agent-Path-Planning-MAPD-
A novel offline Multi-Agent Path Planning approach using MLA* and IDA* with Floyd Warshall based...