Java-based taxi dispatching system for single and multi-agent coordination in grid world environments
-
Updated
Oct 7, 2023 - Java
Java-based taxi dispatching system for single and multi-agent coordination in grid world environments
Adds keyboard grid-based navigation to a DOM context
Some demo use cases for roving-grid-ux
Unity Pathfinders Visualized is a Unity project that visualizes fundamental pathfinding algorithms. It features Breadth-First Search (BFS) for efficient pathfinding in unweighted graphs, Depth-First Search (DFS) for deep exploration useful in maze generation, and Swarm Pathfinding, an alternative approach inspired by swarm behavior.
A limited-capacity rescue boat rescues passengers, retrieves black boxes, and drops off passengers at a station with 5 actions (Pick-up, Drop, Retrieve, Movement) using BFS, DFS, Iterative deepening, Greedy with 2 heuristics, and A* with 2 admissible heuristics.
A Python simulation using a Finite State Machine for autonomous grid navigation. Features include obstacle detection, dynamic state transitions, and randomized environments for intelligent decision-making.
Add a description, image, and links to the grid-navigation topic page so that developers can more easily learn about it.
To associate your repository with the grid-navigation topic, visit your repo's landing page and select "manage topics."