Giter Club home page Giter Club logo

Comments (3)

whoenig avatar whoenig commented on August 15, 2024 1

Yes, of course - that's what the code is for. If you use ECBS-TA, it would be nice if you could cite my AAMAS paper. For all others, just cite the original algorithm papers and perhaps mention this repo in a footnote.

from libmultirobotplanning.

whoenig avatar whoenig commented on August 15, 2024

Thanks for the detailed report, Kei! This is certainly a bug. From my initial investigation, it seems like the issue is just in writing the output file and not algorithmic. In particular, if I add the following to visualize.py:167, I get a collision-free output:

  # Sanity check of schedule
  for agent_name in schedule["schedule"]:
    agent = schedule["schedule"][agent_name]
    for t, item in enumerate(agent):
      if item["t"] != t:
        print("WARNING: t inconsistent", agent_name, item["t"], t)
        item["t"] = t

I hope that will unblock you, until I find time to fix the output itself properly.

Cheers,
Wolfgang

from libmultirobotplanning.

Kei18 avatar Kei18 commented on August 15, 2024

Thank you for your quick response, Wolfgang! The code works fine as a temporary measure.

(This is irrelevant to the above bug)
I later want to use your implementations in my paper. Is it fine?

from libmultirobotplanning.

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.