Skip to main content

Showing 1–20 of 20 results for author: Andreychuk, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.16379  [pdf, other

    cs.AI cs.MA cs.RO

    Optimal and Bounded Suboptimal Any-Angle Multi-agent Pathfinding

    Authors: Konstantin Yakovlev, Anton Andreychuk, Roni Stern

    Abstract: Multi-agent pathfinding (MAPF) is the problem of finding a set of conflict-free paths for a set of agents. Typically, the agents' moves are limited to a pre-defined graph of possible locations and allowed transitions between them, e.g. a 4-neighborhood grid. We explore how to solve MAPF problems when each agent can move between any pair of possible locations as long as traversing the line segment… ▽ More

    Submitted 25 April, 2024; originally announced April 2024.

  2. arXiv:2312.15908  [pdf, other

    cs.AI cs.LG cs.MA

    Decentralized Monte Carlo Tree Search for Partially Observable Multi-agent Pathfinding

    Authors: Alexey Skrynnik, Anton Andreychuk, Konstantin Yakovlev, Aleksandr Panov

    Abstract: The Multi-Agent Pathfinding (MAPF) problem involves finding a set of conflict-free paths for a group of agents confined to a graph. In typical MAPF scenarios, the graph and the agents' starting and ending vertices are known beforehand, allowing the use of centralized planning algorithms. However, in this study, we focus on the decentralized MAPF setting, where the agents may observe the other agen… ▽ More

    Submitted 26 December, 2023; originally announced December 2023.

    Comments: The paper is accepted to AAAI-2024 conference

  3. arXiv:2310.01207  [pdf, other

    cs.AI cs.MA

    Learn to Follow: Decentralized Lifelong Multi-agent Pathfinding via Planning and Learning

    Authors: Alexey Skrynnik, Anton Andreychuk, Maria Nesterova, Konstantin Yakovlev, Aleksandr Panov

    Abstract: Multi-agent Pathfinding (MAPF) problem generally asks to find a set of conflict-free paths for a set of agents confined to a graph and is typically solved in a centralized fashion. Conversely, in this work, we investigate the decentralized MAPF setting, when the central controller that posses all the information on the agents' locations and goals is absent and the agents have to sequientially de… ▽ More

    Submitted 2 October, 2023; originally announced October 2023.

    Comments: 12 pages, 11 figures

  4. arXiv:2307.13453  [pdf, other

    cs.AI

    Monte-Carlo Tree Search for Multi-Agent Pathfinding: Preliminary Results

    Authors: Yelisey Pitanov, Alexey Skrynnik, Anton Andreychuk, Konstantin Yakovlev, Aleksandr Panov

    Abstract: In this work we study a well-known and challenging problem of Multi-agent Pathfinding, when a set of agents is confined to a graph, each agent is assigned a unique start and goal vertices and the task is to find a set of collision-free paths (one for each agent) such that each agent reaches its respective goal. We investigate how to utilize Monte-Carlo Tree Search (MCTS) to solve the problem. Alth… ▽ More

    Submitted 25 July, 2023; originally announced July 2023.

    Comments: The paper is accepted to HAIS 2023

  5. arXiv:2212.11730  [pdf, other

    cs.AI cs.LG

    TransPath: Learning Heuristics For Grid-Based Pathfinding via Transformers

    Authors: Daniil Kirilenko, Anton Andreychuk, Aleksandr Panov, Konstantin Yakovlev

    Abstract: Heuristic search algorithms, e.g. A*, are the commonly used tools for pathfinding on grids, i.e. graphs of regular structure that are widely employed to represent environments in robotics, video games etc. Instance-independent heuristics for grid graphs, e.g. Manhattan distance, do not take the obstacles into account and, thus, the search led by such heuristics performs poorly in the obstacle-rich… ▽ More

    Submitted 22 December, 2022; originally announced December 2022.

    Comments: Pre-print of the paper accepted to AAAI'23

  6. arXiv:2209.09612  [pdf, other

    cs.AI cs.MA

    Analysis Of The Anytime MAPF Solvers Based On The Combination Of Conflict-Based Search (CBS) and Focal Search (FS)

    Authors: Ilya Ivanashev, Anton Andreychuk, Konstantin Yakovlev

    Abstract: Conflict-Based Search (CBS) is a widely used algorithm for solving multi-agent pathfinding (MAPF) problems optimally. The core idea of CBS is to run hierarchical search, when, on the high level the tree of solutions candidates is explored, and on the low-level an individual planning for a specific agent (subject to certain constraints) is carried out. To trade-off optimality for running time diffe… ▽ More

    Submitted 20 September, 2022; originally announced September 2022.

    Comments: This is a preprint of the paper accepted to MICAI 2022

  7. arXiv:2206.10944  [pdf, other

    cs.LG cs.AI cs.MA

    POGEMA: Partially Observable Grid Environment for Multiple Agents

    Authors: Alexey Skrynnik, Anton Andreychuk, Konstantin Yakovlev, Aleksandr I. Panov

    Abstract: We introduce POGEMA (https://github.com/AIRI-Institute/pogema) a sandbox for challenging partially observable multi-agent pathfinding (PO-MAPF) problems . This is a grid-based environment that was specifically designed to be a flexible, tunable and scalable benchmark. It can be tailored to a variety of PO-MAPF, which can serve as an excellent testing ground for planning and learning methods, and t… ▽ More

    Submitted 22 June, 2022; originally announced June 2022.

    Comments: 7 pages, 7 figures

  8. arXiv:2104.06681  [pdf, other

    cs.AI

    Towards Time-Optimal Any-Angle Path Planning With Dynamic Obstacles

    Authors: Konstantin Yakovlev, Anton Andreychuk

    Abstract: Path finding is a well-studied problem in AI, which is often framed as graph search. Any-angle path finding is a technique that augments the initial graph with additional edges to build shorter paths to the goal. Indeed, optimal algorithms for any-angle path finding in static environments exist. However, when dynamic obstacles are present and time is the objective to be minimized, these algorithms… ▽ More

    Submitted 14 April, 2021; originally announced April 2021.

    Comments: This is a pre-print of the paper accepted to ICAPS 2021

  9. arXiv:2101.09723  [pdf, other

    cs.AI cs.MA

    Improving Continuous-time Conflict Based Search

    Authors: Anton Andreychuk, Konstantin Yakovlev, Eli Boyarski, Roni Stern

    Abstract: Conflict-Based Search (CBS) is a powerful algorithmic framework for optimally solving classical multi-agent path finding (MAPF) problems, where time is discretized into the time steps. Continuous-time CBS (CCBS) is a recently proposed version of CBS that guarantees optimal solutions without the need to discretize time. However, the scalability of CCBS is limited because it does not include any kno… ▽ More

    Submitted 2 March, 2021; v1 submitted 24 January, 2021; originally announced January 2021.

    Comments: This is a pre-print of the paper accepted to AAAI 2021

  10. arXiv:2006.01195  [pdf, other

    cs.AI

    Revisiting Bounded-Suboptimal Safe Interval Path Planning

    Authors: Konstantin Yakovlev, Anton Andreychuk, Roni Stern

    Abstract: Safe-interval path planning (SIPP) is a powerful algorithm for finding a path in the presence of dynamic obstacles. SIPP returns provably optimal solutions. However, in many practical applications of SIPP such as path planning for robots, one would like to trade-off optimality for shorter planning time. In this paper we explore different ways to build a bounded-suboptimal SIPP and discuss their pr… ▽ More

    Submitted 1 June, 2020; originally announced June 2020.

  11. Prioritized Multi-agent Path Finding for Differential Drive Robots

    Authors: Konstantin Yakovlev, Anton Andreychuk, Vitaly Vorobyev

    Abstract: Methods for centralized planning of the collision-free trajectories for a fleet of mobile robots typically solve the discretized version of the problem and rely on numerous simplifying assumptions, e.g. moves of uniform duration, cardinal only translations, equal speed and size of the robots etc., thus the resultant plans can not always be directly executed by the real robotic systems. To mitigate… ▽ More

    Submitted 24 November, 2019; originally announced November 2019.

    Comments: This is a pre-print version of the paper accepted to ECMR 2019 (https://ieeexplore.ieee.org/document/8870957)

    Journal ref: In Proceedings of the 2019 European Conference on Mobile Robots (ECMR 2019), Prague, Czech Republic, 2019, pp. 1-6

  12. arXiv:1906.06911  [pdf, other

    cs.RO math.OC

    Combining Safe Interval Path Planning and Constrained Path Following Control: Preliminary Results

    Authors: Konstantin Yakovlev, Anton Andreychuk, Juliya Belinskaya, Dmitry Makarov

    Abstract: We study the navigation problem for a robot moving amidst static and dynamic obstacles and rely on a hierarchical approach to solve it. First, the reference trajectory is planned by the safe interval path planning algorithm that is capable of handling any-angle translations and rotations. Second, the path following problem is treated as the constrained control problem and the original flatness-bas… ▽ More

    Submitted 17 June, 2019; originally announced June 2019.

    Comments: Camera-ready version of the paper as submitted to ICR'19

  13. arXiv:1901.05506  [pdf, other

    cs.AI

    Multi-Agent Pathfinding with Continuous Time

    Authors: Anton Andreychuk, Konstantin Yakovlev, Dor Atzmon, Roni Stern

    Abstract: Multi-Agent Pathfinding (MAPF) is the problem of finding paths for multiple agents such that every agent reaches its goal and the agents do not collide. Most prior work on MAPF was on grids, assumed agents' actions have uniform duration, and that time is discretized into timesteps. We propose a MAPF algorithm that does not rely on these assumptions, is complete, and provides provably optimal solut… ▽ More

    Submitted 14 June, 2019; v1 submitted 16 January, 2019; originally announced January 2019.

    Comments: Camera-ready version of the paper as to appear in IJCAI'19 proceedings

  14. eLIAN: Enhanced Algorithm for Angle-constrained Path Finding

    Authors: Anton Andreychuk, Natalia Soboleva, Konstantin Yakovlev

    Abstract: Problem of finding 2D paths of special shape, e.g. paths comprised of line segments having the property that the angle between any two consecutive segments does not exceed the predefined threshold, is considered in the paper. This problem is harder to solve than the one when shortest paths of any shape are sought, since the planer's search space is substantially bigger as multiple search nodes cor… ▽ More

    Submitted 2 November, 2018; originally announced November 2018.

    Journal ref: Kuznetsov S., Osipov G., Stefanuk V. (eds) Artificial Intelligence. RCAI 2018. Communications in Computer and Information Science, vol 934. Springer, Cham

  15. arXiv:1807.01909  [pdf, other

    cs.AI cs.MA cs.RO

    Multi-robot Path Planning in Well-formed Infrastructures: Prioritized Planning vs. Prioritized Wait Adjustment (Preliminary Results)

    Authors: Anton Andreychuk, Konstantin Yakovlev

    Abstract: We study the problem of planning collision-free paths for a group of homogeneous robots. We propose a novel approach for turning the paths that were planned egocentrically by the robots, e.g. without taking other robots' moves into account, into collision-free trajectories and evaluate it empirically. Suggested algorithm is much faster (up to one order of magnitude) than state-of-the-art but this… ▽ More

    Submitted 5 July, 2018; originally announced July 2018.

    Comments: Submitted to the Federated AI for Robotics Workshop (FAIR) 2018 (https://sites.google.com/site/federatedai4robotics2018/home) held at July 15 2018 as part of the Federated AI Meeting (joint IJCAI-ECAI/ICML/AAMAS conferences)

  16. arXiv:1807.00771  [pdf, other

    cs.AI cs.MA

    Path Finding for the Coalition of Co-operative Agents Acting in the Environment with Destructible Obstacles

    Authors: Anton Andreychuk, Konstantin Yakovlev

    Abstract: The problem of planning a set of paths for the coalition of robots (agents) with different capabilities is considered in the paper. Some agents can modify the environment by destructing the obstacles thus allowing the other ones to shorten their paths to the goal. As a result the mutual solution of lower cost, e.g. time to completion, may be acquired. We suggest an original procedure to identify t… ▽ More

    Submitted 2 July, 2018; originally announced July 2018.

    Comments: 10 pages, 7 figures, conference paper, ICR 2018

  17. arXiv:1805.01270  [pdf, other

    cs.AI cs.RO

    Two Techniques That Enhance the Performance of Multi-robot Prioritized Path Planning

    Authors: Anton Andreychuk, Konstantin Yakovlev

    Abstract: We introduce and empirically evaluate two techniques aimed at enhancing the performance of multi-robot prioritized path planning. The first technique is the deterministic procedure for re-scheduling (as opposed to well-known approach based on random restarts), the second one is the heuristic procedure that modifies the search-space of the individual planner involved in the prioritized path finding… ▽ More

    Submitted 3 May, 2018; originally announced May 2018.

    Comments: Camera-ready version of the submitted article (extended abstract) to AAMAS'18 conference (Robotics track)

  18. arXiv:1707.06607  [pdf, other

    cs.AI cs.MA

    Applying MAPP Algorithm for Cooperative Path Finding in Urban Environments

    Authors: Anton Andreychuk, Konstantin Yakovlev

    Abstract: The paper considers the problem of planning a set of non-conflict trajectories for the coalition of intelligent agents (mobile robots). Two divergent approaches, e.g. centralized and decentralized, are surveyed and analyzed. Decentralized planner - MAPP is described and applied to the task of finding trajectories for dozens UAVs performing nap-of-the-earth flight in urban environments. Results of… ▽ More

    Submitted 20 July, 2017; originally announced July 2017.

  19. arXiv:1703.04159  [pdf, other

    cs.AI

    Any-Angle Pathfinding for Multiple Agents Based on SIPP Algorithm

    Authors: Konstantin Yakovlev, Anton Andreychuk

    Abstract: The problem of finding conflict-free trajectories for multiple agents of identical circular shape, operating in shared 2D workspace, is addressed in the paper and decoupled, e.g., prioritized, approach is used to solve this problem. Agents' workspace is tessellated into the square grid on which any-angle moves are allowed, e.g. each agent can move into an arbitrary direction as long as this move f… ▽ More

    Submitted 15 March, 2017; v1 submitted 12 March, 2017; originally announced March 2017.

    Comments: Final version as submitted to ICAPS-2017 (main track); 8 pages; 4 figures; 1 algorithm; 2 tables

  20. arXiv:1608.02763  [pdf, other

    cs.AI

    Resolving Spatial-Time Conflicts In A Set Of Any-angle Or Angle-constrained Grid Paths

    Authors: Konstantin Yakovlev, Anton Andreychuk

    Abstract: We study the multi-agent path finding problem (MAPF) for a group of agents which are allowed to move into arbitrary directions on a 2D square grid. We focus on centralized conflict resolution for independently computed plans. We propose an algorithm that eliminates conflicts by using local re-planning and introducing time offsets to the execution of paths by different agents. Experimental results… ▽ More

    Submitted 9 August, 2016; originally announced August 2016.

    Comments: as submitted to the 2nd Workshop on Multi-Agent Path Finding (http://www.andrew.cmu.edu/user/gswagner/workshop/ijcai_2016_multirobot_path_finding.html)