Giter Club home page Giter Club logo

Comments (2)

roy-t avatar roy-t commented on May 18, 2024

Heya,

There was never an official release that supported different agent sizes, however the feature was enabled on the master branch for a while. I think its best if you check out the master branch at commit 75c1887 and work with that version.

However, there is a good reason why I don't officially support multiple agent sizes. Checking if a a 2x2 agent fits is more than 4x slower than checking if a 1x1 agent fits, and it gets worse the larger the agent gets. There are two better approaches:

  1. Use the latest version of my library and manage a different grid/graph per agent size. This requires a bit more management from your side but retains the speed.

  2. Use a different algorithm that's designed to work with different sized agents. A good algorithm to look at is the Explicit Corridor Map Model. I'm pretty sure the original researchers (one of which was my supervisor, so I might be a bit biased) made a Unity plugin. To give you an idea of how it works see this gif: https://webspace.science.uu.nl/~gerae101/images/explicitCorridor.gif

from astar.

suk1125 avatar suk1125 commented on May 18, 2024

Thank you for quick response.
I will try as your advice.
The performance doesn't matter because I only need it to work.

from astar.

Related Issues (20)

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.