Git Product home page Git Product logo

multiagent-pathfinding's Introduction

ECE6504 Autonomous Coordination - Presentation One

Centralized methods for Multi-Agent Path Finding

Implementation of Multi-Agent Path Finding in a gridworld simulation.

  • Find independent paths for each agent without considering other agents

    • Uses space-time A* for low-level search.
  • Make reservations in a space-time reservation table

  • Check all paths against the table for conflicts with other agents.

  • When a conflict is found, add a constraint to the agent's low-level path planning and re-plan.

  • To avoid agents passing right through each other, currently each agent makes multiple reservations in the reservation table.

  • This sometimes causes a noticeable delay, where one or more agents may end up waiting in their location although a path is clearly available.

  • To fix this, I need to be able to add two different sorts of constraints as in the original Conflict Based Search paper - for vertext collisions and edge collisions.

  • Link to YouTube video: https://youtu.be/b5KMm729b_4

-- The A* priority queue is from this gridworld simluator on GitHub: https://github.com/TheLastBanana

multiagent-pathfinding's People

Contributors

gavincangan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.