Giter Club home page Giter Club logo

mapf-instance-generator's Issues

Arguments that lead to long runtime

Hi, I cannot get it to run:

At uni:

 > ll ./gen.py 
-rwxr--r-- 1 torsten csstaff 4027 Aug 12 13:21 ./gen.py

 > ./gen.py random -c 10 -s 20 -a 5

doesn't terminate

The same for
python3 ./gen.py random -c 10 -s 20 -a 5

Let python take care of random stuff

Write own configuration files to fix non random choices like for: (didn't work well)
Let python take care of random stuff like for:

  • room: choosing if a wall has a door or not and where the door is placed

  • random: choosing vertices

  • agents: choosing position of starts and goals

Also:

  • Implement the python part into the .lp files instead

image to instance

gen IMAGE_PATH -s SIZE

converts image to instance of given size

Examples:

Image Instance
Image Image
Image Image
Image Image

Implement different versions of agent distribution

Image

  • Cross Sides (CS): all agents start on one side and traverse to the other side
  • Swap Sides (SS): half the agents start on one side and the other half start on the other side, targets are randomly selected in the side opposite of their sources
  • Inside Out (IO): agents start near the center of the grid and are assigned targets near the outer edges of the grid
  • Outside In (OI): agents start near the outer edges of the grid and are assigned targets near the center of the grid
  • Tight to Tight (TT): agents start together and are assigned targets that are as close as possible elsewhere on the grid
  • Tight to Wide (TW): agents start close together and are assigned targets that are spread out in the same general area of the grid

meta information: acyclicity

For the DL work, it would be good to know whether there are acyclic solutions:

#edge ((A,U),(A,V)) : move(A,U,V,_), agent(A).

--size with 2 args

change argparser and encodings to allow for non-quadratic instance shapes

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.