Skip to content

CBS work not well #8

Open
Open
@Aceyli

Description

@Aceyli
 Hi, I'm trying to test CBS to fit my task. I create the yaml file as follows for testing: 

agents:

  • goal: [2, 0]
    name: agent0
    start: [1, 3]
  • goal: [3, 1]
    name: agent1
    start: [0, 2]
  • goal: [1, 0]
    name: agent2
    start: [2, 3]
    map:
    dimensions: [4, 4]
    obstacles:
    • !!python/tuple [0, 0]
    • !!python/tuple [0, 3]
    • !!python/tuple [3, 0]
    • !!python/tuple [3, 3]
      When I run the code as prompted by the READM.md file, I find that every time I input the above yaml file, the output result (that is, the solution of each agent in the output.yaml file) will be different. This difference will result in a difference in the depth of the constraint tree, so that the runtime of the program will be different. I want to ask you how to make CBS output a stable and unique solution every time it runs? Thank you for taking the time to check my feedback during your busy schedule. I look forward to your responses and suggestions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions