Git Product home page Git Product logo

Comments (3)

sea-bass avatar sea-bass commented on August 19, 2024

I'm not the author, but I would think you could have parameterized actions assuming it's a homogeneous multi-agent problem (that is, all agents have the same capabilities).

In a single-agent world, suppose your actions are:

move(?p_start ?p_goal)
pick(?obj)
place(?obj ?p)

If you expanded this to accept a "robot" type object, then your action space would become

move(?robot ?p_start ?p_goal)
pick(?robot ?obj)
place(?robot ?obj ?p)

Where ?robot could now have the values r0 or r1.

Now, this wouldn't give you any parallelism in the planning (for example, do simultaneous actions with r0 and r1). So if you're trying to achieve something in minimum time by doing things with all agents at any given time, that won't help much. You might then need to think about recasting your planner as a resource allocation problem, where you might favor using a particular agent if the other agents are busy. That's where the limit of my TAMP knowledge goes, but maybe you're OK with my first solution?

from pddlstream.

roshandhakal avatar roshandhakal commented on August 19, 2024

Hi Sebastian,

I am only seeing this. I tried to workout with this, but didn't succeed, hence I left it for next attempt. But, I totally get the idea, which infact was similar to what I attempted. Regardless, I will try approaching this problem again in the future, and will update on you if I get the result.

Thank you once again.

from pddlstream.

caelan avatar caelan commented on August 19, 2024

There are several very experimental examples that demonstrate asynchronous temporal planning:

from pddlstream.

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.